Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h |
index ed0e71e10758a239468fe2a7291e8bfd8720b304..0f804fb32961337b825b17ca66303ce7baae873b 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h |
@@ -46,7 +46,7 @@ public: |
static const int eventListenerCacheIndex = v8DefaultWrapperInternalFieldCount + 0; |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 1; |
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 <> |