Chromium Code Reviews

Unified Diff: src/snapshot/snapshot-source-sink.cc

Issue 1751863002: [serializer] split up src/snapshot/serialize.* (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/snapshot/snapshot-source-sink.cc
diff --git a/src/snapshot/snapshot-source-sink.cc b/src/snapshot/snapshot-source-sink.cc
index 812de5e2a82504a289bf643d9045693b60aeb481..cee58753107359da78e42a5f1f731dfad84018ea 100644
--- a/src/snapshot/snapshot-source-sink.cc
+++ b/src/snapshot/snapshot-source-sink.cc
@@ -7,7 +7,6 @@
#include "src/base/logging.h"
#include "src/handles-inl.h"
-#include "src/snapshot/serialize.h" // for SerializerDeserializer::nop()
namespace v8 {

Powered by Google App Engine