| Index: Source/bindings/tests/results/V8TestOverloadedConstructors.h
|
| diff --git a/Source/bindings/tests/results/V8TestOverloadedConstructors.h b/Source/bindings/tests/results/V8TestOverloadedConstructors.h
|
| index a303096954129260875ffa3e1ffea404682bd487..febfd5303b95783543704cae0649184e0d1c840a 100644
|
| --- a/Source/bindings/tests/results/V8TestOverloadedConstructors.h
|
| +++ b/Source/bindings/tests/results/V8TestOverloadedConstructors.h
|
| @@ -50,8 +50,8 @@ public:
|
| {
|
| return static_cast<TestOverloadedConstructors*>(object);
|
| }
|
| - static void installPerContextProperties(v8::Handle<v8::Object>, TestOverloadedConstructors*, v8::Isolate*) { }
|
| - static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| + static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestOverloadedConstructors*, v8::Isolate*) { }
|
| + static void installPerContextEnabledPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|
| private:
|
| friend v8::Handle<v8::Object> wrap(TestOverloadedConstructors*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|