Bug 128328

Summary: [iOS] Remove duplicate call to RunLoop::initializeMainRunLoop
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2014-02-06 14:05:28 PST
RunLoop::initializeMainRunLoop is called a few times in WKContentView.mm initialization right after InitializeWebKit2. InitializeWebKit2 already handles initializing the main run loop.
Comment 1 Joseph Pecoraro 2014-02-06 14:06:23 PST
Created attachment 223378 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2014-02-06 16:23:48 PST
Comment on attachment 223378 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 223378

Committed r163572: <http://trac.webkit.org/changeset/163572>
Comment 3 WebKit Commit Bot 2014-02-06 16:23:50 PST
All reviewed patches have been landed.  Closing bug.