Current trunk will fail compilation in Linux/gcc/Qt5 thanks to this warning: : /home/adenilson/apps/webkit/Webkit/Source/WTF/wtf/HashTraits.h:76:57: error: ‘newNode’ may be used uninitialized in this function [-Werror=maybe-uninitialized] /home/adenilson/apps/webkit/Webkit/Source/WebCore/page/scrolling/ScrollingStateTree.cpp:65:25: note: ‘newNode’ was declared here cc1plus: all warnings being treated as errors make[3]: *** [.obj/release-shared/page/scrolling/ScrollingStateTree.o] Error 1
Created attachment 197588 [details] Initialize the pointer before use (clears compilation warning).
Comment on attachment 197588 [details] Initialize the pointer before use (clears compilation warning). Clearing flags on attachment: 197588 Committed r148206: <http://trac.webkit.org/changeset/148206>
All reviewed patches have been landed. Closing bug.