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

Unified Diff: src/platform-win32.cc

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-win32.cc
diff --git a/src/platform-win32.cc b/src/platform-win32.cc
index fe84bcd3fff234bd69b2e834f8bda105f29f148b..e64ced99a786b6a0bc672cedf036876e3df2b5df 100644
--- a/src/platform-win32.cc
+++ b/src/platform-win32.cc
@@ -540,7 +540,7 @@ char* Win32Time::LocalTimezone(TimezoneCache* cache) {
}
-void OS::PostSetUp() {
+void OS::PostSetUp(bool serializer_enabled) {
// Math functions depend on CPU features therefore they are initialized after
// CPU.
MathSetup();
« src/objects-visiting-inl.h ('K') | « src/platform-posix.cc ('k') | src/serialize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698