| Index: Source/bindings/tests/results/V8TestInterfaceEmpty.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceEmpty.h b/Source/bindings/tests/results/V8TestInterfaceEmpty.h
|
| index 8b470f25bba97c434794a34d27ad20cbe59ebd06..96310b48589241f2d381f3b7fa6901e0d51ca656 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceEmpty.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceEmpty.h
|
| @@ -49,8 +49,8 @@ public:
|
| {
|
| return static_cast<TestInterfaceEmpty*>(object);
|
| }
|
| - static void installPerContextProperties(v8::Handle<v8::Object>, TestInterfaceEmpty*, v8::Isolate*) { }
|
| - static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| + static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestInterfaceEmpty*, v8::Isolate*) { }
|
| + static void installPerContextEnabledPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|
| private:
|
| friend v8::Handle<v8::Object> wrap(TestInterfaceEmpty*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|