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

Unified Diff: src/incremental-marking.h

Issue 358363002: Move platform abstraction to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 6 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/incremental-marking.h
diff --git a/src/incremental-marking.h b/src/incremental-marking.h
index 31b97142b6d34386062dfae0e20f5194649e58bd..8f79e020a691c2af35654d464a18128bb2c57d20 100644
--- a/src/incremental-marking.h
+++ b/src/incremental-marking.h
@@ -231,7 +231,7 @@ class IncrementalMarking {
State state_;
bool is_compacting_;
- VirtualMemory* marking_deque_memory_;
+ base::VirtualMemory* marking_deque_memory_;
bool marking_deque_memory_committed_;
MarkingDeque marking_deque_;
« src/base/macros.h ('K') | « src/ic.cc ('k') | src/incremental-marking.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698