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

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: 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/platform.h
diff --git a/src/platform.h b/src/platform.h
index 2b6f2865bd5dedda68d5b1282d0b9b33367e858e..588c60bc3f4d77c09c99242d571d4557443163d4 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -173,7 +173,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

Powered by Google App Engine
This is Rietveld 408576698