| Index: Source/bindings/tests/results/V8TestInterface2.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterface2.h b/Source/bindings/tests/results/V8TestInterface2.h
|
| index 13ff938079062a88b8c2d42ba40f2008df9f0578..e25687395a4bdabc8e8134e45216cf4cd7792553 100644
|
| --- a/Source/bindings/tests/results/V8TestInterface2.h
|
| +++ b/Source/bindings/tests/results/V8TestInterface2.h
|
| @@ -40,8 +40,8 @@ public:
|
| {
|
| return reinterpret_cast<TestInterface2*>(static_cast<void*>(internalPointer));
|
| }
|
| - static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestInterface2*, 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(TestInterface2*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|