Bug 72528

Summary: instantiate WorkerEventQueue in WorkerContext
Product: WebKit Reporter: David Grogan <dgrogan>
Component: New BugsAssignee: David Grogan <dgrogan>
Status: RESOLVED FIXED    
Severity: Normal CC: benm, levin, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing
dgrogan: commit-queue-
Patch none

Description David Grogan 2011-11-16 11:28:40 PST
instantiate WorkerEventQueue in WorkerContext
Comment 1 David Grogan 2011-11-16 11:32:45 PST
Created attachment 115414 [details]
Patch
Comment 2 David Grogan 2011-11-16 11:35:10 PST
Dave, could you review this?

When I went to use WorkerEventQueue I realized it was never actually created.
Comment 3 David Grogan 2011-11-16 16:21:17 PST
Created attachment 115474 [details]
Patch for landing
Comment 4 David Grogan 2011-11-16 16:47:24 PST
Created attachment 115483 [details]
Patch
Comment 5 WebKit Review Bot 2011-11-16 19:22:26 PST
Comment on attachment 115483 [details]
Patch

Clearing flags on attachment: 115483

Committed r100552: <http://trac.webkit.org/changeset/100552>
Comment 6 WebKit Review Bot 2011-11-16 19:22:30 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 Ben Murdoch 2011-11-17 05:20:33 PST
This change seems to have broken the Windows builds - I sent http://trac.webkit.org/changeset/100609 to fix them.