Add is<>() / downcast<>() support for RenderObject subclasses
Created attachment 239287 [details] Patch
Created attachment 239289 [details] Patch
Comment on attachment 239289 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=239289&action=review lgtm. > Source/WebCore/rendering/RenderIterator.h:76 > +// Similar to WTF::is<>() but without the static_assert() making sure > +// the check is necessary. One line. > Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp:157 > + if (parentBlock.isRenderMathMLScriptsWrapper()) { No is<RenderMathMLScriptsWrapper>?
Created attachment 239366 [details] Patch
Comment on attachment 239366 [details] Patch Clearing flags on attachment: 239366 Committed r174375: <http://trac.webkit.org/changeset/174375>
All reviewed patches have been landed. Closing bug.