[webkit-reviews] review granted: [Bug 219203] CSSStyleSheet.cssRules and rules should throw in case of opaque stylesheets : [Attachment 415029] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 30 10:04:33 PST 2020


Alex Christensen <achristensen at apple.com> has granted  review:
Bug 219203: CSSStyleSheet.cssRules and rules should throw in case of opaque
stylesheets
https://bugs.webkit.org/show_bug.cgi?id=219203

Attachment 415029: Patch

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




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

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

> Source/WebCore/css/CSSStyleSheet.cpp:257
> +ExceptionOr<RefPtr<CSSRuleList>> CSSStyleSheet::rulesForJS()

This could be ExceptionOr<Ref>


More information about the webkit-reviews mailing list