| Index: Source/bindings/tests/results/core/V8TestNode.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestNode.h b/Source/bindings/tests/results/core/V8TestNode.h
|
| index 576f06c85e3359a96360601c53c7803b7db53e81..f4a50329eda0da8f9a3632a47b7771bf437c739f 100644
|
| --- a/Source/bindings/tests/results/core/V8TestNode.h
|
| +++ b/Source/bindings/tests/results/core/V8TestNode.h
|
| @@ -36,7 +36,6 @@ public:
|
| visitor->trace(scriptWrappableBase->toImpl<TestNode>());
|
| #endif
|
| }
|
| - static EventTarget* toEventTarget(v8::Handle<v8::Object>);
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static inline ScriptWrappableBase* toScriptWrappableBase(TestNode* impl)
|
|
|