Index: Source/bindings/tests/results/V8TestException.h |
diff --git a/Source/bindings/tests/results/V8TestException.h b/Source/bindings/tests/results/V8TestException.h |
index 3872bd2c2de804278f1450e817e31956ef15a9a7..78738bf7c722a674bcbfd2c7d0e3eeb994427b02 100644 |
--- a/Source/bindings/tests/results/V8TestException.h |
+++ b/Source/bindings/tests/results/V8TestException.h |
@@ -38,8 +38,8 @@ public: |
{ |
return reinterpret_cast<TestException*>(static_cast<void*>(internalPointer)); |
} |
- static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestException*, 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(TestException*, v8::Handle<v8::Object> creationContext, v8::Isolate*); |