[webkit-reviews] review granted: [Bug 91857] [chromium] MediaStream API: Clean up the MockWebKitPlatformSupport object at shutdown : [Attachment 153750] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 09:02:07 PDT 2012


Adam Barth <abarth at webkit.org> has granted Tommy Widenflycht
<tommyw at google.com>'s request for review:
Bug 91857: [chromium] MediaStream API: Clean up the MockWebKitPlatformSupport
object at shutdown
https://bugs.webkit.org/show_bug.cgi?id=91857

Attachment 153750: Patch
https://bugs.webkit.org/attachment.cgi?id=153750&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=153750&action=review


> Tools/DumpRenderTree/chromium/MockWebKitPlatformSupport.cpp:40
> -    return new MockWebKitPlatformSupport();
> +    return WTF::adoptPtr(new MockWebKitPlatformSupport());

I think the WTF:: here is optional.


More information about the webkit-reviews mailing list