Index: src/runtime/runtime-compiler.cc |
diff --git a/src/runtime/runtime-compiler.cc b/src/runtime/runtime-compiler.cc |
index 3f9457e560f6cfe5deb0044922a0d42265e9e21a..710cdb358614de4f35f8a768bf466c0375599d5d 100644 |
--- a/src/runtime/runtime-compiler.cc |
+++ b/src/runtime/runtime-compiler.cc |
@@ -454,7 +454,7 @@ RUNTIME_FUNCTION(Runtime_ResolvePossiblyDirectEval) { |
HandleScope scope(isolate); |
DCHECK(args.length() == 6); |
- Handle<Object> callee = args.at<Object>(0); |
+ Handle<Object> callee = args.at(0); |
// If "eval" didn't refer to the original GlobalEval, it's not a |
// direct call to eval. |