| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.h
|
| index 0e48076c76e4c90a128165a70371a51ffb96982a..65d06a885c9d503344d0c5df1651e3e9a93c8a85 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.h
|
| @@ -43,10 +43,10 @@ class V8TestNode {
|
| static void TraceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
| visitor->TraceWrappers(scriptWrappable->ToImpl<TestNode>());
|
| }
|
| - static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static const int internalFieldCount = kV8DefaultWrapperInternalFieldCount + 0;
|
|
|
| // Callback functions
|
| + CORE_EXPORT static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|
| CORE_EXPORT static void hrefAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void hrefAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|