Chromium Code Reviews

Unified Diff: src/snapshot/snapshot-external.cc

Issue 1287113010: Make snapshot.h usable without objects-inl.h header. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « src/snapshot/snapshot-empty.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/snapshot/snapshot-external.cc
diff --git a/src/snapshot/snapshot-external.cc b/src/snapshot/snapshot-external.cc
index 256f72aae65e6c769391dc8100426f0de9f71475..1d5476cb5ec285b39384104d6957eea640e9a36e 100644
--- a/src/snapshot/snapshot-external.cc
+++ b/src/snapshot/snapshot-external.cc
@@ -7,7 +7,6 @@
#include "src/snapshot/snapshot.h"
#include "src/base/platform/mutex.h"
-#include "src/objects-inl.h" // TODO(mstarzinger): Temporary cycle breaker!
#include "src/snapshot/serialize.h"
#include "src/snapshot/snapshot-source-sink.h"
#include "src/v8.h" // for V8::Initialize
« no previous file with comments | « src/snapshot/snapshot-empty.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine