| Index: Source/bindings/tests/results/V8SupportTestInterface.h
|
| diff --git a/Source/bindings/tests/results/V8SupportTestInterface.h b/Source/bindings/tests/results/V8SupportTestInterface.h
|
| index 5e80e681fa688a1e5da38016f42e5c1d390b1be0..62effb38d45cd55085f57bf5fc7c718b94013f39 100644
|
| --- a/Source/bindings/tests/results/V8SupportTestInterface.h
|
| +++ b/Source/bindings/tests/results/V8SupportTestInterface.h
|
| @@ -52,8 +52,8 @@ public:
|
| {
|
| return static_cast<SupportTestInterface*>(object);
|
| }
|
| - static void installPerContextProperties(v8::Handle<v8::Object>, SupportTestInterface*, v8::Isolate*);
|
| - static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| + static void installPerContextEnabledProperties(v8::Handle<v8::Object>, SupportTestInterface*, v8::Isolate*);
|
| + static void installPerContextEnabledPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|
| private:
|
| friend v8::Handle<v8::Object> wrap(SupportTestInterface*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|