Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h |
index 1b0a014c71be677f0f3b6f7e4e191ac9fcfee195..07059683aaa1a25c49196af119284eb435e4c001 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h |
@@ -29,7 +29,7 @@ class V8TestInterfaceNamedConstructor2Constructor { |
STATIC_ONLY(V8TestInterfaceNamedConstructor2Constructor); |
public: |
static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*, const DOMWrapperWorld&); |
- static void NamedConstructorAttributeGetter(v8::Local<v8::Name> propertyName, const v8::PropertyCallbackInfo<v8::Value>& info); |
+ CORE_EXPORT static void NamedConstructorAttributeGetter(v8::Local<v8::Name> propertyName, const v8::PropertyCallbackInfo<v8::Value>& info); |
CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo; |
}; |