| Index: Source/bindings/tests/results/V8TestCustomAccessors.h
|
| diff --git a/Source/bindings/tests/results/V8TestCustomAccessors.h b/Source/bindings/tests/results/V8TestCustomAccessors.h
|
| index 7720e0c0b6483424384e4c2b47e79df565f52aad..1fd0389899cf20ee1faefb36327a1824f507f4b9 100644
|
| --- a/Source/bindings/tests/results/V8TestCustomAccessors.h
|
| +++ b/Source/bindings/tests/results/V8TestCustomAccessors.h
|
| @@ -57,8 +57,8 @@ public:
|
| {
|
| return static_cast<TestCustomAccessors*>(object);
|
| }
|
| - static void installPerContextProperties(v8::Handle<v8::Object>, TestCustomAccessors*, v8::Isolate*) { }
|
| - static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| + static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestCustomAccessors*, v8::Isolate*) { }
|
| + static void installPerContextEnabledPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|
| private:
|
| friend v8::Handle<v8::Object> wrap(TestCustomAccessors*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|