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

Unified Diff: src/platform.h

Issue 260003006: Added a Isolate* parameter to Serializer::enabled(). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased. Feedback. 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
« no previous file with comments | « src/objects-visiting-inl.h ('k') | src/platform-posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform.h
diff --git a/src/platform.h b/src/platform.h
index 31b7bdfd36d2c270265ed095f9e5374a0a0685b8..d82dea191948892c1635d9ebd3f5dd14c8809738 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -151,7 +151,7 @@ class OS {
public:
// Initializes the platform OS support that depend on CPU features. This is
// called after CPU initialization.
- static void PostSetUp();
+ static void PostSetUp(bool serializer_enabled);
// Returns the accumulated user time for thread. This routine
// can be used for profiling. The implementation should
« no previous file with comments | « src/objects-visiting-inl.h ('k') | src/platform-posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698