Index: Source/bindings/tests/results/V8TestInterfaceNode.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceNode.h b/Source/bindings/tests/results/V8TestInterfaceNode.h |
index 53836a69f1321da867824ce74780a2ab035963a8..a6539660a1a28157ee5f14ff6c1b742838268b3a 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceNode.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceNode.h |
@@ -44,8 +44,8 @@ |
{ |
return static_cast<TestInterfaceNode*>(V8Node::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>, TestInterfaceNode*, v8::Isolate*) { } |
+ static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { } |
private: |
friend v8::Handle<v8::Object> wrap(TestInterfaceNode*, v8::Handle<v8::Object> creationContext, v8::Isolate*); |