Index: Source/bindings/tests/results/V8TestInterface2.h |
diff --git a/Source/bindings/tests/results/V8TestInterface2.h b/Source/bindings/tests/results/V8TestInterface2.h |
index 9680620297604cec3af4603c0e7f56e346c0c514..b52cf786994d69519e9c3b663f9c443136010828 100644 |
--- a/Source/bindings/tests/results/V8TestInterface2.h |
+++ b/Source/bindings/tests/results/V8TestInterface2.h |
@@ -39,8 +39,8 @@ |
{ |
return static_cast<TestInterface2*>(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>, TestInterface2*, v8::Isolate*) { } |
+ static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { } |
private: |
friend v8::Handle<v8::Object> wrap(TestInterface2*, v8::Handle<v8::Object> creationContext, v8::Isolate*); |