Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index 00fbb651f73c8f99d74ca4bb3b3c555ad8189f23..a51dc18d446d8097d3a9e18dde9aab25ebb0e9c6 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -1306,8 +1306,6 @@ void TransitionArray::PrintTransitions(std::ostream& os, Object* transitions, |
<< ")"; |
} else if (key == heap->strict_function_transition_symbol()) { |
os << " (transition to strict function)"; |
- } else if (key == heap->strong_function_transition_symbol()) { |
- os << " (transition to strong function)"; |
} else if (key == heap->observed_symbol()) { |
os << " (transition to Object.observe)"; |
} else { |