| Index: Source/bindings/tests/results/V8SVGTestInterface.h
|
| diff --git a/Source/bindings/tests/results/V8SVGTestInterface.h b/Source/bindings/tests/results/V8SVGTestInterface.h
|
| index d3fee559e2fa477ba31c90aacebbb16c15d89b99..e6576413b0b2fd42d069f0769d9f6d2d861ff967 100644
|
| --- a/Source/bindings/tests/results/V8SVGTestInterface.h
|
| +++ b/Source/bindings/tests/results/V8SVGTestInterface.h
|
| @@ -38,8 +38,8 @@ public:
|
| {
|
| return reinterpret_cast<SVGTestInterface*>(static_cast<void*>(internalPointer));
|
| }
|
| - 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>, 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*);
|
|
|