Title: [163572] trunk/Source/WebKit2
- Revision
- 163572
- Author
- [email protected]
- Date
- 2014-02-06 16:28:41 -0800 (Thu, 06 Feb 2014)
Log Message
[iOS] Remove duplicate call to RunLoop::initializeMainRunLoop
https://bugs.webkit.org/show_bug.cgi?id=128328
Patch by Joseph Pecoraro <[email protected]> on 2014-02-06
Reviewed by Dan Bernstein.
* UIProcess/API/ios/WKContentView.mm:
(-[WKContentView initWithFrame:configuration:]):
(-[WKContentView _commonInitializationWithContextRef:pageGroupRef:relatedToPage:]):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (163571 => 163572)
--- trunk/Source/WebKit2/ChangeLog 2014-02-07 00:25:18 UTC (rev 163571)
+++ trunk/Source/WebKit2/ChangeLog 2014-02-07 00:28:41 UTC (rev 163572)
@@ -1,5 +1,16 @@
2014-02-06 Joseph Pecoraro <[email protected]>
+ [iOS] Remove duplicate call to RunLoop::initializeMainRunLoop
+ https://bugs.webkit.org/show_bug.cgi?id=128328
+
+ Reviewed by Dan Bernstein.
+
+ * UIProcess/API/ios/WKContentView.mm:
+ (-[WKContentView initWithFrame:configuration:]):
+ (-[WKContentView _commonInitializationWithContextRef:pageGroupRef:relatedToPage:]):
+
+2014-02-06 Joseph Pecoraro <[email protected]>
+
[iOS] Set UIProcess pid in WebProcess initialization for Remote Inspector
https://bugs.webkit.org/show_bug.cgi?id=128338
Modified: trunk/Source/WebKit2/UIProcess/API/ios/WKContentView.mm (163571 => 163572)
--- trunk/Source/WebKit2/UIProcess/API/ios/WKContentView.mm 2014-02-07 00:25:18 UTC (rev 163571)
+++ trunk/Source/WebKit2/UIProcess/API/ios/WKContentView.mm 2014-02-07 00:28:41 UTC (rev 163572)
@@ -96,7 +96,6 @@
return nil;
InitializeWebKit2();
- RunLoop::initializeMainRunLoop();
_pageClient = std::make_unique<PageClientImpl>(self);
@@ -254,7 +253,6 @@
- (void)_commonInitializationWithContextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)pageGroupRef relatedToPage:(WKPageRef)relatedPage
{
InitializeWebKit2();
- RunLoop::initializeMainRunLoop();
_pageClient = std::make_unique<PageClientImpl>(self);
_page = toImpl(contextRef)->createWebPage(*_pageClient, toImpl(pageGroupRef), toImpl(relatedPage));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes