http://trac.webkit.org/changeset/62052 broke --minimal build: ../../../WebCore/bindings/js/ScriptEventListener.cpp:40:22: error: SVGNames.h: No such file or directory ../../../WebCore/bindings/js/ScriptEventListener.cpp: In function ‘WTF::PassRefPtr<WebCore::JSLazyEventListener> WebCore::createWindowAttributeEventListener(WebCore::Element*, WebCore::Attribute*)’: ../../../WebCore/bindings/js/ScriptEventListener.cpp:87: error: invalid use of incomplete type ‘struct WebCore::Element’ ../../../WebCore/dom/Node.h:52: error: forward declaration of ‘struct WebCore::Element’ ../../../WebCore/bindings/js/ScriptEventListener.cpp:110: error: no matching function for call to ‘WebCore::JSLazyEventListener::create(const WebCore::String&, const WebCore::String&, const WebCore::AtomicString&, WebCore::Element*&, WebCore::String&, int&, JSC::JSObject*&, WebCore::DOMWrapperWorld*)’ ../../../WebCore/bindings/js/JSLazyEventListener.h:32: note: candidates are: static WTF::PassRefPtr<WebCore::JSLazyEventListener> WebCore::JSLazyEventListener::create(const WebCore::String&, const WebCore::String&, const WebCore::String&, WebCore::Node*, const WebCore::String&, int, JSC::JSObject*, WebCore::DOMWrapperWorld*)
Created attachment 60006 [details] Patch
!ENABLE(SVG) case needs #include "Element.h"
Created attachment 60010 [details] Patch
Comment on attachment 60010 [details] Patch Updated based on IRC discussing with Nikolas
Comment on attachment 60010 [details] Patch r=me.
Sorry about this one guys. The full Qt build has an EWS bot, which passed. I would've fixed this if the minimal build also had EWS ;)
Comment on attachment 60010 [details] Patch Clearing flags on attachment: 60010 Committed r62129: <http://trac.webkit.org/changeset/62129>
All reviewed patches have been landed. Closing bug.