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