[webkit-reviews] review granted: [Bug 112972] Support Quota API in Workers : [Attachment 194360] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 16:02:19 PDT 2013


Adam Barth <abarth at webkit.org> has granted Alec Flett
<alecflett at chromium.org>'s request for review:
Bug 112972: Support Quota API in Workers
https://bugs.webkit.org/show_bug.cgi?id=112972

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

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


> Source/WebCore/Modules/quota/WorkerNavigatorStorageQuota.h:56
> +    explicit WorkerNavigatorStorageQuota();

No need for explicit here.  The constructor doesn't take any arguments.


More information about the webkit-reviews mailing list