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