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