| Index: Source/bindings/tests/results/V8TestTypedefs.h
|
| diff --git a/Source/bindings/tests/results/V8TestTypedefs.h b/Source/bindings/tests/results/V8TestTypedefs.h
|
| index c8dc76f1429f52dab6c509c98e1bdfb3111b1345..2e2bff4e38da1236302c2a5f49dd75d218ffac66 100644
|
| --- a/Source/bindings/tests/results/V8TestTypedefs.h
|
| +++ b/Source/bindings/tests/results/V8TestTypedefs.h
|
| @@ -39,7 +39,7 @@ public:
|
| }
|
| static void derefObject(void*);
|
| static WrapperTypeInfo info;
|
| - static v8::Handle<v8::Value> constructorCallback(const v8::Arguments&);
|
| + static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static void installPerContextProperties(v8::Handle<v8::Object>, TestTypedefs*, v8::Isolate*) { }
|
| static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|