Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h |
index 872646b1d87b9c77859220a8a232244f4cd7fb1b..edec2cd6ce3431433cf17f73e23546be4da69c8d 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h |
@@ -45,7 +45,7 @@ public: |
static void namedPropertyEnumeratorCustom(const v8::PropertyCallbackInfo<v8::Array>&); |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |
static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { } |
- static void preparePrototypeAndInterfaceObject(v8::Local<v8::Context>, const DOMWrapperWorld&, v8::Local<v8::Object> prototypeObject, v8::Local<v8::Function> interfaceObject, v8::Local<v8::FunctionTemplate> interfaceTemplate) { } |
+ CORE_EXPORT static void preparePrototypeAndInterfaceObject(v8::Local<v8::Context>, const DOMWrapperWorld&, v8::Local<v8::Object> prototypeObject, v8::Local<v8::Function> interfaceObject, v8::Local<v8::FunctionTemplate> interfaceTemplate) { } |
}; |
template <> |