| Index: Source/bindings/tests/results/V8TestInterfaceConstructor.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor.h b/Source/bindings/tests/results/V8TestInterfaceConstructor.h
|
| index 6e516f87b3af5dff10934e0e27f3afad061b5abe..3a403f0aa110bfaa73a1497a52a8878fb94adebf 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceConstructor.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceConstructor.h
|
| @@ -45,8 +45,8 @@ public:
|
| {
|
| return reinterpret_cast<TestInterfaceConstructor*>(static_cast<void*>(internalPointer));
|
| }
|
| - static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestInterfaceConstructor*, v8::Isolate*) { }
|
| - static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| + static void installConditionallyEnabledProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| + static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|
| private:
|
| friend v8::Handle<v8::Object> wrap(TestInterfaceConstructor*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|