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