Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index 998bdb6c900c1f9db5e22cebe98ff71c21c55b92..f1616da1aac55e51025b6dce8c3d59132b2c911b 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -864,7 +864,7 @@ void JSFunction::JSFunctionPrint(FILE* out) { |
PrintF(out, "\n - name = "); |
shared()->name()->Print(out); |
PrintF(out, "\n - context = "); |
- unchecked_context()->ShortPrint(out); |
+ context()->ShortPrint(out); |
PrintF(out, "\n - literals = "); |
literals()->ShortPrint(out); |
PrintF(out, "\n - code = "); |