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

Unified Diff: Source/core/Init.cpp

Issue 1117513003: Initializes SecurityPolicy static locals during blink initialization (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | « no previous file | Source/platform/weborigin/SecurityPolicy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/Init.cpp
diff --git a/Source/core/Init.cpp b/Source/core/Init.cpp
index 2c4854667372f9ae550f3948c19f2b0c78318631..e59fb58cecae13303a9b37bcc9368d45085a1eb4 100644
--- a/Source/core/Init.cpp
+++ b/Source/core/Init.cpp
@@ -56,6 +56,7 @@
#include "platform/FontFamilyNames.h"
#include "platform/PlatformThreadData.h"
#include "platform/weborigin/KURL.h"
+#include "platform/weborigin/SecurityPolicy.h"
#include "wtf/Partitions.h"
#include "wtf/text/StringStatics.h"
@@ -105,6 +106,7 @@ void CoreInitializer::init()
QualifiedName::init();
EventTracer::initialize();
KURL::initialize();
+ SecurityPolicy::init();
registerEventFactory();
« no previous file with comments | « no previous file | Source/platform/weborigin/SecurityPolicy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698