Index: src/snapshot/deserializer.cc |
diff --git a/src/snapshot/deserializer.cc b/src/snapshot/deserializer.cc |
index 91b47c54d437ade556290980489295811c8d6fb0..03f1eb9163c001e67f6095eaaf58cf1c38e24b1f 100644 |
--- a/src/snapshot/deserializer.cc |
+++ b/src/snapshot/deserializer.cc |
@@ -102,6 +102,7 @@ void Deserializer::Deserialize(Isolate* isolate) { |
// Issue code events for newly deserialized code objects. |
LOG_CODE_EVENT(isolate_, LogCodeObjects()); |
+ LOG_CODE_EVENT(isolate_, LogBytecodeHandlers()); |
LOG_CODE_EVENT(isolate_, LogCompiledFunctions()); |
} |