| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| index dc6fd8b8a77789af1bec3a023b163b202d3440e5..6932f687632acd9c25189ba3df49c95694ffb0a1 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| @@ -29,7 +29,7 @@ class V8TestInterfaceNamedConstructorConstructor {
|
| STATIC_ONLY(V8TestInterfaceNamedConstructorConstructor);
|
| 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;
|
| };
|
|
|
|
|