Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index 08fef67c1f2b25dcd35a6824332ab94d979e2949..2f22d9a6be5c3a6efdbd1c9e439a2d0e0387ad3f 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -130,7 +130,6 @@ bool Linkage::NeedsFrameState(Runtime::FunctionId function) { |
case Runtime::kToFastProperties: // TODO(jarin): Is it safe? |
case Runtime::kTraceEnter: |
case Runtime::kTraceExit: |
- case Runtime::kTypeof: |
return false; |
case Runtime::kInlineArguments: |
case Runtime::kInlineCallFunction: |