| Index: Source/bindings/tests/results/V8TestObject.h
|
| diff --git a/Source/bindings/tests/results/V8TestObject.h b/Source/bindings/tests/results/V8TestObject.h
|
| index 2180bc5af51b92d5df33d1d9a1a108592c1da419..c7b99a9d12fef438e04de11635d8773ada567da7 100644
|
| --- a/Source/bindings/tests/results/V8TestObject.h
|
| +++ b/Source/bindings/tests/results/V8TestObject.h
|
| @@ -58,8 +58,8 @@ public:
|
| {
|
| return static_cast<TestObj*>(V8EventTarget::fromInternalPointer(object));
|
| }
|
| - static void installPerContextProperties(v8::Handle<v8::Object>, TestObj*, v8::Isolate*);
|
| - static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*);
|
| + static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestObj*, v8::Isolate*);
|
| + static void installPerContextEnabledPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*);
|
|
|
| private:
|
| friend v8::Handle<v8::Object> wrap(TestObj*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|