| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h
|
| index 1bc50d2f80c2441eb4070b181a550926fa227b37..8baefb47245785b80adbc0429ed3e2e92f92d296 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h
|
| @@ -42,10 +42,10 @@ class V8TestInterfaceConstructor4 {
|
| static void TraceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
| visitor->TraceWrappers(scriptWrappable->ToImpl<TestInterfaceConstructor4>());
|
| }
|
| - 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 <>
|
|
|