| Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| index 1980da8013f45ca2dc4911aa3b8413e6ca84fd95..5a858356337ff72ffc6c61f57b3c1b9d7db22bac 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| @@ -43,8 +43,8 @@ public:
|
| {
|
| return static_cast<TestInterfaceNamedConstructor2*>(object);
|
| }
|
| - 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>, TestInterfaceNamedConstructor2*, 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*);
|
|
|