| Index: Source/bindings/tests/results/V8TestInterfacePython.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfacePython.h b/Source/bindings/tests/results/V8TestInterfacePython.h
|
| index 64d5366d884cc9898d73679e039b67cdb666095c..a7a3d0e7c5035bd58ec93e1a6c9fab3ccbd770e2 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfacePython.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfacePython.h
|
| @@ -66,7 +66,7 @@ public:
|
| {
|
| return static_cast<TestInterfacePythonImplementation*>(V8TestInterfaceEmpty::fromInternalPointer(object));
|
| }
|
| - static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestInterfacePythonImplementation*, v8::Isolate*) { }
|
| + static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestInterfacePythonImplementation*, v8::Isolate*);
|
| static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|
| private:
|
|
|