Index: Source/bindings/tests/results/V8TestInterfaceConstructor.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor.h b/Source/bindings/tests/results/V8TestInterfaceConstructor.h |
index c5dcfd82b32e615f02d7558f21e05b744c65ff79..216826b7e6a69ecd45853907a50224ab197e9b9d 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceConstructor.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceConstructor.h |
@@ -44,8 +44,8 @@ public: |
{ |
return static_cast<TestInterfaceConstructor*>(object); |
} |
- 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*); |