[webkit-reviews] review granted: [Bug 180681] Storage Access API: Store frame-specific access in-memory for document.hasStorageAccess() retrieval : [Attachment 329536] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 15 19:16:02 PST 2017


Alex Christensen <achristensen at apple.com> has granted John Wilander
<wilander at apple.com>'s request for review:
Bug 180681: Storage Access API: Store frame-specific access in-memory for
document.hasStorageAccess() retrieval
https://bugs.webkit.org/show_bug.cgi?id=180681

Attachment 329536: Patch

https://bugs.webkit.org/attachment.cgi?id=329536&action=review




--- Comment #12 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 329536
  --> https://bugs.webkit.org/attachment.cgi?id=329536
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=329536&action=review

> Source/WebCore/dom/Document.cpp:7430
> +    RefPtr<DeferredPromise>&& promise(WTFMove(passedPromise));

Delete this line, change the parameter name from passedPromise to promise, and
change the lambda capture from promise to promise = WTFMove(promise)


More information about the webkit-reviews mailing list