Bug 105083 - The WebView should initialize the platform strategies before initializing other sub-systems
Summary: The WebView should initialize the platform strategies before initializing oth...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks: 104934
  Show dependency treegraph
 
Reported: 2012-12-14 19:27 PST by Mark Lam
Modified: 2012-12-14 22:17 PST (History)
2 users (show)

See Also:


Attachments
Trivial fix. (3.27 KB, patch)
2012-12-14 19:54 PST, Mark Lam
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2012-12-14 19:27:21 PST
The WebView should initialize the platform strategies before initializing other sub-systems because the initialization code of those sub-systems may depend on the strategy.
Comment 1 Mark Lam 2012-12-14 19:33:11 PST
<rdar://problem/12886824>
Comment 2 Mark Lam 2012-12-14 19:54:54 PST
Created attachment 179577 [details]
Trivial fix.

Let's try it on the EWS bots first.
Comment 3 Mark Lam 2012-12-14 20:05:17 PST
Comment on attachment 179577 [details]
Trivial fix.

It built and tested out well locally.  Ready for a review.
Comment 4 Mark Lam 2012-12-14 22:12:21 PST
Comment on attachment 179577 [details]
Trivial fix.

Will commit manually.
Comment 5 Mark Lam 2012-12-14 22:17:55 PST
Commit in r137794: <http://trac.webkit.org/changeset/137794>.