| Index: Source/bindings/tests/results/V8TestInterfaceEventConstructor.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h
|
| index 65120339db18890d43707a74a55e94ada4cb5ff8..767702fbcf7ca9302dfdda97d90ad1f2520732df 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h
|
| @@ -45,8 +45,8 @@ public:
|
| {
|
| return static_cast<TestInterfaceEventConstructor*>(V8Event::fromInternalPointer(object));
|
| }
|
| - static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestInterfaceEventConstructor*, v8::Isolate*) { }
|
| - static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| + static void installConditionallyEnabledProperties(v8::Handle<v8::Object>, TestInterfaceEventConstructor*, v8::Isolate*) { }
|
| + static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|
| private:
|
| friend v8::Handle<v8::Object> wrap(TestInterfaceEventConstructor*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|