Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index 6b2a3f0d4f534cbf5fe314e2f94e4c8ef6be3d0b..2327cbae8a3daa1c7be34a68a28add679067dc97 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -1202,7 +1202,8 @@ void Script::ScriptPrint(FILE* out) { |
context_data()->ShortPrint(out); |
PrintF(out, "\n - wrapper: "); |
wrapper()->ShortPrint(out); |
- PrintF(out, "\n - compilation type: %d", compilation_type()); |
+ PrintF(out, "\n - compilation type: "); |
+ compilation_type()->ShortPrint(out); |
PrintF(out, "\n - line ends: "); |
line_ends()->ShortPrint(out); |
PrintF(out, "\n - eval from shared: "); |