| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h
|
| index be4bc17cba613248cedc92721b3461e0b317bc69..895594b73a7a240245b78bfdfaa27bd95a250504 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h
|
| @@ -43,11 +43,11 @@ class V8TestInterfaceGarbageCollected {
|
| static void TraceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
| visitor->TraceWrappers(scriptWrappable->ToImpl<TestInterfaceGarbageCollected>());
|
| }
|
| - static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static const int eventListenerCacheIndex = kV8DefaultWrapperInternalFieldCount + 0;
|
| static const int internalFieldCount = kV8DefaultWrapperInternalFieldCount + 1;
|
|
|
| // Callback functions
|
| + CORE_EXPORT static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|
| CORE_EXPORT static void attr1AttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| CORE_EXPORT static void attr1AttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|