[webkit-reviews] review granted: [Bug 137398] Use is<>() / downcast<>() for CSS StyleProperties : [Attachment 239255] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 3 21:04:36 PDT 2014


Benjamin Poulain <benjamin at webkit.org> has granted Chris Dumez
<cdumez at apple.com>'s request for review:
Bug 137398: Use is<>() / downcast<>() for CSS StyleProperties
https://bugs.webkit.org/show_bug.cgi?id=137398

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

------- Additional Comments from Benjamin Poulain <benjamin at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=239255&action=review


> Source/WebCore/css/StyleProperties.h:286
> +    static bool isType(const WebCore::StyleProperties& set) { return
set.isMutable(); }

Never noticed that before, but those functions aren't const...


More information about the webkit-reviews mailing list