| Index: Source/bindings/tests/results/V8TestInterfaceConstructor2.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor2.h b/Source/bindings/tests/results/V8TestInterfaceConstructor2.h
|
| index 82007022a0477902d82ef00d6033afdb25c43f43..1d574c5322c530d02b874e95e8b54551fc683a8e 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceConstructor2.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceConstructor2.h
|
| @@ -38,8 +38,8 @@ public:
|
| {
|
| return static_cast<TestInterfaceConstructor2*>(object);
|
| }
|
| - static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestInterfaceConstructor2*, v8::Isolate*) { }
|
| - static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| + static void installConditionallyEnabledProperties(v8::Handle<v8::Object>, TestInterfaceConstructor2*, v8::Isolate*) { }
|
| + static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|
| private:
|
| friend v8::Handle<v8::Object> wrap(TestInterfaceConstructor2*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|