yep
Created attachment 236785 [details] patch
Attachment 236785 [details] did not pass style-queue: ERROR: Source/WebCore/rendering/RenderElement.h:237: Please declare enum bitfields as unsigned integral types. [runtime/enum_bitfields] [5] Total errors found: 1 in 8 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 236785 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=236785&action=review > Source/WebCore/rendering/RenderCounter.cpp:294 > // Real text nodes don't have their own style so they can't have counters. > // We can't even look at their styles or we'll see extra resets and increments! > - if (object->isText()) > - return nullptr; > Should delete this comment. It no longer applies.
https://trac.webkit.org/r172730