Index: src/runtime/runtime-function.cc |
diff --git a/src/runtime/runtime-function.cc b/src/runtime/runtime-function.cc |
index 51befeedbb6d7ebcfea2f1a13cb38d5f696704ee..a00ca4b73a7728436145eedee8c9c7ff6170f29b 100644 |
--- a/src/runtime/runtime-function.cc |
+++ b/src/runtime/runtime-function.cc |
@@ -16,9 +16,6 @@ |
namespace v8 { |
namespace internal { |
-// TODO(bmeurer): This is an awful hack resulting from our inability to decide |
-// who's responsible for doing the receiver patching. By any means, we really |
-// need to kill this runtime function and just do things right instead!! |
RUNTIME_FUNCTION(Runtime_IsSloppyModeFunction) { |
SealHandleScope shs(isolate); |
DCHECK(args.length() == 1); |