| Index: Source/bindings/tests/results/V8TestActiveDOMObject.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestActiveDOMObject.cpp b/Source/bindings/tests/results/V8TestActiveDOMObject.cpp
|
| index 60db62b70f42161a18dba2ed3db2986948c80437..ebe8f09532f5186d5067634d53a8b897d971db62 100644
|
| --- a/Source/bindings/tests/results/V8TestActiveDOMObject.cpp
|
| +++ b/Source/bindings/tests/results/V8TestActiveDOMObject.cpp
|
| @@ -102,7 +102,6 @@ static void excitingFunctionMethod(const v8::FunctionCallbackInfo<v8::Value>& ar
|
| }
|
| V8TRYCATCH_VOID(Node*, nextChild, V8Node::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0);
|
| imp->excitingFunction(nextChild);
|
| -
|
| return;
|
| }
|
|
|
| @@ -122,7 +121,6 @@ static void postMessageMethod(const v8::FunctionCallbackInfo<v8::Value>& args)
|
| TestActiveDOMObject* imp = V8TestActiveDOMObject::toNative(args.Holder());
|
| V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, message, args[0]);
|
| imp->postMessage(message);
|
| -
|
| return;
|
| }
|
|
|
|
|