| Index: Source/bindings/tests/results/V8TestInterface2.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterface2.h b/Source/bindings/tests/results/V8TestInterface2.h
|
| index b52cf786994d69519e9c3b663f9c443136010828..a8ba21530926e888d99ccc931085ce602238460a 100644
|
| --- a/Source/bindings/tests/results/V8TestInterface2.h
|
| +++ b/Source/bindings/tests/results/V8TestInterface2.h
|
| @@ -39,8 +39,8 @@ public:
|
| {
|
| return static_cast<TestInterface2*>(object);
|
| }
|
| - static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestInterface2*, v8::Isolate*) { }
|
| - static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| + static void installConditionallyEnabledProperties(v8::Handle<v8::Object>, TestInterface2*, v8::Isolate*) { }
|
| + static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|
| private:
|
| friend v8::Handle<v8::Object> wrap(TestInterface2*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|