Bug 59400 - Fix OwnPtr strict mode violation in MessageQueue.h
Summary: Fix OwnPtr strict mode violation in MessageQueue.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: David Levin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-25 16:48 PDT by David Levin
Modified: 2011-04-25 22:27 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.64 KB, patch)
2011-04-25 16:49 PDT, David Levin
jamesr: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Levin 2011-04-25 16:48:54 PDT
Fix OwnPtr strict mode violation in MessageQueue.h
Comment 1 David Levin 2011-04-25 16:49:30 PDT
Created attachment 91018 [details]
Patch
Comment 2 James Robinson 2011-04-25 16:55:54 PDT
Comment on attachment 91018 [details]
Patch

Looks good.  Might want to wait for EWS
Comment 3 David Levin 2011-04-25 22:27:07 PDT
Committed as http://trac.webkit.org/changeset/84855.

(Thanks for resolving Adam.)