| Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| index d648f0733e3329199040b2c03f547ca8d37c5d66..6f9d54a31a849c72e73febae7ae4df399e38b00f 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| @@ -44,8 +44,8 @@ public:
|
| {
|
| return reinterpret_cast<TestInterfaceNamedConstructor2*>(static_cast<void*>(internalPointer));
|
| }
|
| - static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestInterfaceNamedConstructor2*, 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(TestInterfaceNamedConstructor2*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|