Index: src/runtime/runtime-compiler.cc |
diff --git a/src/runtime/runtime-compiler.cc b/src/runtime/runtime-compiler.cc |
index 472e076de4f5600f80000b9e8116542347ff7843..b33cad9c3e6f93da4cbed36d6ebd403ebb73faea 100644 |
--- a/src/runtime/runtime-compiler.cc |
+++ b/src/runtime/runtime-compiler.cc |
@@ -467,7 +467,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. |