| Index: Source/bindings/tests/results/V8SVGTestInterface.h
|
| diff --git a/Source/bindings/tests/results/V8SVGTestInterface.h b/Source/bindings/tests/results/V8SVGTestInterface.h
|
| index 998baf08d378bb158b1b44a679b6b34e95c332bc..d25c183fed9266e82c50f50897233abd55c8dcac 100644
|
| --- a/Source/bindings/tests/results/V8SVGTestInterface.h
|
| +++ b/Source/bindings/tests/results/V8SVGTestInterface.h
|
| @@ -37,8 +37,8 @@
|
| {
|
| return static_cast<SVGTestInterface*>(object);
|
| }
|
| - static void installConditionallyEnabledProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| - static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| + static void installPerContextEnabledProperties(v8::Handle<v8::Object>, SVGTestInterface*, v8::Isolate*) { }
|
| + static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|
| private:
|
| friend v8::Handle<v8::Object> wrap(SVGTestInterface*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|