Chromium Code Reviews| Index: src/runtime/runtime-compiler.cc |
| diff --git a/src/runtime/runtime-compiler.cc b/src/runtime/runtime-compiler.cc |
| index fc9ae22b8f1e85ced35db27d506927fddf301992..f216ccfa18754cbc89bf5459455611e7dbfe11be 100644 |
| --- a/src/runtime/runtime-compiler.cc |
| +++ b/src/runtime/runtime-compiler.cc |
| @@ -85,7 +85,6 @@ RUNTIME_FUNCTION(Runtime_InstantiateAsmJs) { |
| HandleScope scope(isolate); |
| DCHECK_EQ(args.length(), 4); |
| CONVERT_ARG_HANDLE_CHECKED(JSFunction, function, 0); |
| - |
|
titzer
2016/08/22 11:32:02
Spurious whitespace change
|
| Handle<JSObject> foreign; |
| if (args[2]->IsJSObject()) { |
| foreign = args.at<i::JSObject>(2); |