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

Unified Diff: src/once.cc

Issue 303463005: Extract build configuration into a separate header and move it to the base lib (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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 | « src/lazy-instance.h ('k') | src/platform/mutex.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/once.cc
diff --git a/src/once.cc b/src/once.cc
index 412c66a1db678b064e7e027644175b4c211feaf4..d19bab834c544411762ab8721eb471e9e4a6f568 100644
--- a/src/once.cc
+++ b/src/once.cc
@@ -11,7 +11,6 @@
#endif
#include "atomicops.h"
-#include "checks.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/lazy-instance.h ('k') | src/platform/mutex.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698