Index: Source/bindings/tests/results/V8TestInterfaceNode.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceNode.h b/Source/bindings/tests/results/V8TestInterfaceNode.h |
index 7f20d9ace0b64f722e253ce509958411da6f0bdc..dd1cb26a7683c68c88ae33e50fb2ffbb5aca6c1e 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceNode.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceNode.h |
@@ -45,8 +45,8 @@ public: |
{ |
return static_cast<TestInterfaceNode*>(V8Node::fromInternalPointer(internalPointer)); |
} |
- static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestInterfaceNode*, 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(TestInterfaceNode*, v8::Handle<v8::Object> creationContext, v8::Isolate*); |