| Index: Source/bindings/tests/results/V8TestEvent.h
|
| diff --git a/Source/bindings/tests/results/V8TestEvent.h b/Source/bindings/tests/results/V8TestEvent.h
|
| index c93ccf48f58c2b922fce6570d5269fa4a1fcb5b7..8471e1ca3326db0d106d7a8fc362d98686cd154f 100644
|
| --- a/Source/bindings/tests/results/V8TestEvent.h
|
| +++ b/Source/bindings/tests/results/V8TestEvent.h
|
| @@ -50,8 +50,8 @@ public:
|
| {
|
| return static_cast<TestEvent*>(V8Event::fromInternalPointer(object));
|
| }
|
| - static void installPerContextProperties(v8::Handle<v8::Object>, TestEvent*, v8::Isolate*) { }
|
| - static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| + static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestEvent*, v8::Isolate*) { }
|
| + static void installPerContextEnabledPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|
| private:
|
| friend v8::Handle<v8::Object> wrap(TestEvent*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|