Use is<>() / downcast<>() for CSS StyleProperties subclasses.
Created attachment 239223 [details] Patch
Created attachment 239255 [details] Patch
Comment on attachment 239255 [details] Patch 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...
Comment on attachment 239255 [details] Patch 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... they are static
Comment on attachment 239255 [details] Patch Clearing flags on attachment: 239255 Committed r174313: <http://trac.webkit.org/changeset/174313>
All reviewed patches have been landed. Closing bug.