[webkit-reviews] review granted: [Bug 185381] Remove Document#selectedStylesheetSet/preferredStylesheetSet : [Attachment 340371] Remove extra return

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 17:53:22 PDT 2018


Darin Adler <darin at apple.com> has granted Chris Nardi <cnardi at chromium.org>'s
request for review:
Bug 185381: Remove Document#selectedStylesheetSet/preferredStylesheetSet
https://bugs.webkit.org/show_bug.cgi?id=185381

Attachment 340371: Remove extra return

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




--- Comment #14 from Darin Adler <darin at apple.com> ---
Comment on attachment 340371
  --> https://bugs.webkit.org/attachment.cgi?id=340371
Remove extra return

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

This is fine. Eventually we would also want to deprecate the Mac API, but
someone else can do that later.

> Source/WebKitLegacy/mac/DOM/DOMDocument.mm:339
> +    return;

No need for this line of code.


More information about the webkit-reviews mailing list