Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1357)

Unified Diff: src/d8-posix.cc

Issue 1289553002: Make list constructor usable without list-inl.h header. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-includes-inl-1
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8-posix.cc
diff --git a/src/d8-posix.cc b/src/d8-posix.cc
index 0f37ccefbfb31ff095a3190bfc04f9683a0aae0f..36d83b53cff62b84950cf649854be15e2a140225 100644
--- a/src/d8-posix.cc
+++ b/src/d8-posix.cc
@@ -15,10 +15,6 @@
#include "src/d8.h"
-#ifndef V8_SHARED
-#include "src/list-inl.h"
-#endif
-
#if !V8_OS_NACL
#include <sys/select.h>
#endif
« no previous file with comments | « no previous file | src/list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698