| Index: Source/bindings/tests/results/V8TestEventConstructor.h
|
| diff --git a/Source/bindings/tests/results/V8TestEventConstructor.h b/Source/bindings/tests/results/V8TestEventConstructor.h
|
| index 04694f99a39ef7ad0a4277bb7798a04614152619..d69fc7c7f7c44300a71388cf96a9158eaf9c6017 100644
|
| --- a/Source/bindings/tests/results/V8TestEventConstructor.h
|
| +++ b/Source/bindings/tests/results/V8TestEventConstructor.h
|
| @@ -40,7 +40,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>, TestEventConstructor*, v8::Isolate*) { }
|
| static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|