| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h
|
| index f1f1008e5488c4a55e827917ee6ecb83eea55b48..f7b143f6d5a061ee0185d6f5b1b213de46396f20 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h
|
| @@ -42,10 +42,10 @@ class V8TestInterfaceConstructor2 {
|
| static void TraceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
| visitor->TraceWrappers(scriptWrappable->ToImpl<TestInterfaceConstructor2>());
|
| }
|
| - 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>&);
|
| };
|
|
|
| template <>
|
|
|