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

Unified Diff: src/store-buffer.cc

Issue 272433002: Merge counters and v8-counters (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/heap-inl.h ('k') | src/v8-counters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/store-buffer.cc
diff --git a/src/store-buffer.cc b/src/store-buffer.cc
index 24d6e733536c20b3c827af65f2b4305fcb6c616d..e29be6ecb625d38e86bc3b28c5ea76715e832fc7 100644
--- a/src/store-buffer.cc
+++ b/src/store-buffer.cc
@@ -6,9 +6,9 @@
#include <algorithm>
+#include "counters.h"
#include "v8.h"
Michael Starzinger 2014/05/06 16:17:02 nit: The "v8.h" include file should go first.
#include "store-buffer-inl.h"
-#include "v8-counters.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/heap-inl.h ('k') | src/v8-counters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698