[webkit-reviews] review granted: [Bug 59427] Fix OwnPtr strict errors in CrossThreadTask.h : [Attachment 91074] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 25 23:52:25 PDT 2011
Adam Barth <abarth at webkit.org> has granted David Levin <levin at chromium.org>'s
request for review:
Bug 59427: Fix OwnPtr strict errors in CrossThreadTask.h
https://bugs.webkit.org/show_bug.cgi?id=59427
Attachment 91074: Patch
https://bugs.webkit.org/attachment.cgi?id=91074&action=review
------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=91074&action=review
> Source/WebCore/dom/CrossThreadTask.h:99
> - return new CrossThreadTask(method, parameter1, parameter2);
> + return adoptPtr(new CrossThreadTask(method, parameter1,
parameter2));
Broken indent?
More information about the webkit-reviews
mailing list