lib/../Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSWebGL1RenderingContext.cpp.o: In function `WebCore::JSWebGL1RenderingContext::visitChildren(JSC::JSCell*, JSC::SlotVisitor&)': JSWebGL1RenderingContext.cpp:(.text._ZN7WebCore24JSWebGL1RenderingContext13visitChildrenEPN3JSC6JSCellERNS1_11SlotVisitorE+0x16): undefined reference to `WebCore::JSWebGL1RenderingContext::visitAdditionalChildren(JSC::SlotVisitor&)' lib/../Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSWebGL2RenderingContext.cpp.o: In function `WebCore::JSWebGL2RenderingContext::visitChildren(JSC::JSCell*, JSC::SlotVisitor&)': JSWebGL2RenderingContext.cpp:(.text._ZN7WebCore24JSWebGL2RenderingContext13visitChildrenEPN3JSC6JSCellERNS1_11SlotVisitorE+0x16): undefined reference to `WebCore::JSWebGL2RenderingContext::visitAdditionalChildren(JSC::SlotVisitor&)'
Created attachment 244573 [details] Patch
Attachment 244573 [details] did not pass style-queue: ERROR: Source/WebCore/CMakeLists.txt:1151: Alphabetical sorting problem. "css/CSSKeyframeRule.cpp" should be before "css/WebKitCSSResourceValue.cpp". [list/order] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
ERROR: Source/WebCore/CMakeLists.txt:1151: Alphabetical sorting problem. "css/CSSKeyframeRule.cpp" should be before "css/WebKitCSSResourceValue.cpp". [list/order] [5] This style check error isn't related with this issue. I will fix it after this issue.
Created attachment 244578 [details] Patch
Comment on attachment 244578 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=244578&action=review > Source/WebCore/CMakeLists.txt:-1280 > - css/CSSKeyframesRule.cpp This files isn't related with this issue but style check failed here. So I moved files to fix the Alphabetical sorting problem.
Comment on attachment 244578 [details] Patch Clearing flags on attachment: 244578 Committed r178410: <http://trac.webkit.org/changeset/178410>
All reviewed patches have been landed. Closing bug.
Re-opened since this is blocked by bug 140431
Unreviewed, rolling out r178390, r178392, r178398, r178400, r178402, and r178410