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