| Index: Source/bindings/tests/results/V8TestCallback.cpp
 | 
| diff --git a/Source/bindings/tests/results/V8TestCallback.cpp b/Source/bindings/tests/results/V8TestCallback.cpp
 | 
| index 2d0716d48d471c06b6e5427b042c743c31abfb7b..92710ac9a1b3ff9f23f208482bd26339c0b6fc44 100644
 | 
| --- a/Source/bindings/tests/results/V8TestCallback.cpp
 | 
| +++ b/Source/bindings/tests/results/V8TestCallback.cpp
 | 
| @@ -223,7 +223,7 @@ bool V8TestCallback::callbackWithThisArg(ScriptValue thisValue, int arg)
 | 
|          return true;
 | 
|      }
 | 
|      ASSERT(thisHandle->IsObject());
 | 
| -    v8::Handle<v8::Value> argHandle = v8::Integer::New(arg, isolate);
 | 
| +    v8::Handle<v8::Value> argHandle = v8::Integer::New(isolate, arg);
 | 
|      if (argHandle.IsEmpty()) {
 | 
|          if (!isScriptControllerTerminating())
 | 
|              CRASH();
 | 
| 
 |