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