Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index b47130f0f70ddb9389b8d30de950c96c86c2cb83..eedf9ed746336fd4241c9fa9c15942956018bbe4 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -104,7 +104,6 @@ bool Linkage::NeedsFrameState(Runtime::FunctionId function) { |
// not to call into arbitrary JavaScript, not to throw, and not to deoptimize |
// are blacklisted here and can be called without a FrameState. |
switch (function) { |
- case Runtime::kBooleanize: |
case Runtime::kDeclareGlobals: // TODO(jarin): Is it safe? |
case Runtime::kDefineClassMethod: // TODO(jarin): Is it safe? |
case Runtime::kDefineGetterPropertyUnchecked: // TODO(jarin): Is it safe? |