Index: third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h b/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h |
index 4334301def0a3307747cf6857ad77a273238a4f9..82316dea0a24c2bcffc9176842fca6a1f39909bf 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h |
@@ -32,7 +32,7 @@ public: |
} |
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 <> |