Bug 72528 - instantiate WorkerEventQueue in WorkerContext
Summary: instantiate WorkerEventQueue in WorkerContext
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Grogan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-16 11:28 PST by David Grogan
Modified: 2011-11-17 05:20 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.03 KB, patch)
2011-11-16 11:32 PST, David Grogan
no flags Details | Formatted Diff | Diff
Patch for landing (7.56 KB, patch)
2011-11-16 16:21 PST, David Grogan
dgrogan: commit-queue-
Details | Formatted Diff | Diff
Patch (7.56 KB, patch)
2011-11-16 16:47 PST, David Grogan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.