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

Unified Diff: src/v8.cc

Issue 9959093: Merged r11194, r11198, r11201, r11214 into trunk branch. (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 8 years, 9 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/platform-win32.cc ('k') | src/version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.cc
diff --git a/src/v8.cc b/src/v8.cc
index c6c4ecbd7f7c2a9d4933a1d02e357783806a219c..d9351dcbcaff8ccecc0065cf4fe9556883962703 100644
--- a/src/v8.cc
+++ b/src/v8.cc
@@ -260,6 +260,8 @@ void V8::InitializeOncePerProcessImpl() {
use_crankshaft_ = false;
}
+ OS::PostSetUp();
+
RuntimeProfiler::GlobalSetup();
ElementsAccessor::InitializeOncePerProcess();
« no previous file with comments | « src/platform-win32.cc ('k') | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698