| Index: Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h b/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h
|
| index f8108e1f03ee5bd00caa30a095064fff817e6304..914577856fb39ef7199a5845df56b3778458cad1 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h
|
| @@ -37,8 +37,8 @@ public:
|
| {
|
| return static_cast<TestInterfaceCheckSecurity*>(object);
|
| }
|
| - 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>, TestInterfaceCheckSecurity*, 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*);
|
|
|