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

Unified Diff: src/libplatform/worker-thread.h

Issue 249183003: Extract common macros and start a base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 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
Index: src/libplatform/worker-thread.h
diff --git a/src/libplatform/worker-thread.h b/src/libplatform/worker-thread.h
index f0b9019f59c9c5e04afac36cd6b49a634f0d5a61..1569d3d37b8ea69174ed8ab3fb6eca246893b662 100644
--- a/src/libplatform/worker-thread.h
+++ b/src/libplatform/worker-thread.h
@@ -30,8 +30,7 @@
#include <queue>
-// TODO(jochen): We should have our own version of globals.h.
-#include "../globals.h"
+#include "../base/macros.h"
#include "../platform.h"
namespace v8 {
« src/base/macros.h ('K') | « src/libplatform/task-queue.h ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698