| Index: Source/bindings/tests/results/V8TestInterfaceEmpty.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceEmpty.h b/Source/bindings/tests/results/V8TestInterfaceEmpty.h
|
| index 16d415544b939e2e8d8c26be007aad9ffece1b7e..99862e9112a8b02c6394b7879acf631d93590ac1 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceEmpty.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceEmpty.h
|
| @@ -37,8 +37,8 @@
|
| {
|
| return static_cast<TestInterfaceEmpty*>(object);
|
| }
|
| - static void installConditionallyEnabledProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| - static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| + static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestInterfaceEmpty*, v8::Isolate*) { }
|
| + static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|
| private:
|
| friend v8::Handle<v8::Object> wrap(TestInterfaceEmpty*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|