Bug 105083

Summary: The WebView should initialize the platform strategies before initializing other sub-systems
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: WebKit Misc.Assignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 104934    
Attachments:
Description Flags
Trivial fix. ap: review+

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>.