| Index: Source/bindings/tests/results/V8TestObjectPython.h
|
| diff --git a/Source/bindings/tests/results/V8TestObjectPython.h b/Source/bindings/tests/results/V8TestObjectPython.h
|
| index 7a8930dfd161bad37d6a9dbf5efe975e892c3926..39031bc43f470257afbd4b4d5766f0ba14704ae0 100644
|
| --- a/Source/bindings/tests/results/V8TestObjectPython.h
|
| +++ b/Source/bindings/tests/results/V8TestObjectPython.h
|
| @@ -80,7 +80,7 @@ public:
|
| return static_cast<TestObjectPython*>(object);
|
| }
|
| static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestObjectPython*, v8::Isolate*);
|
| - static void installPerContextEnabledPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| + static void installPerContextEnabledPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*);
|
|
|
| private:
|
| friend v8::Handle<v8::Object> wrap(TestObjectPython*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|