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

Unified Diff: third_party/WebKit/Source/web/WebKit.cpp

Issue 2913613003: Made WebFactory::SetInstance private (Closed)
Patch Set: Moved to be protected Created 3 years, 7 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 | « third_party/WebKit/Source/web/WebFactoryImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebKit.cpp
diff --git a/third_party/WebKit/Source/web/WebKit.cpp b/third_party/WebKit/Source/web/WebKit.cpp
index b988a098c441920219ea9294cee489fdf8e58362..1f5cc5b763a83c1d65413d616a256507b72fa8f7 100644
--- a/third_party/WebKit/Source/web/WebKit.cpp
+++ b/third_party/WebKit/Source/web/WebKit.cpp
@@ -85,7 +85,7 @@ void Initialize(Platform* platform) {
GetModulesInitializer().Initialize();
- WebFactory::SetInstance(*(new WebFactoryImpl()));
+ WebFactoryImpl::Initialize();
// currentThread is null if we are running on a thread without a message loop.
if (WebThread* current_thread = platform->CurrentThread()) {
« no previous file with comments | « third_party/WebKit/Source/web/WebFactoryImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698