| Index: Source/bindings/tests/results/V8TestNode.h
|
| diff --git a/Source/bindings/tests/results/V8TestNode.h b/Source/bindings/tests/results/V8TestNode.h
|
| index f632d0701eb87f643261d72485378655751c0bec..0fee8aee36453ecdff83ad8433ccfa6ad2e40071 100644
|
| --- a/Source/bindings/tests/results/V8TestNode.h
|
| +++ b/Source/bindings/tests/results/V8TestNode.h
|
| @@ -41,7 +41,7 @@ public:
|
| static void derefObject(void*);
|
| static WrapperTypeInfo info;
|
| static EventTarget* toEventTarget(v8::Handle<v8::Object>);
|
| - 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>, TestNode*, v8::Isolate*) { }
|
| static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|