[Webkit-unassigned] [Bug 60153] Fix missing header in case SVG is disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 04:24:37 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60153





--- Comment #3 from Dominic Battre <battre at chromium.org>  2011-05-04 04:24:38 PST ---
This is the compile failure if SVN is not enabled:


third_party/WebKit/Source/WebCore/dom/EventDispatcher.cpp: In member function ‘WTF::PassRefPtr<WebCore::EventTarget> WebCore::EventDispatcher::adjustToShadowBoundaries(WTF::PassRefPtr<WebCore::Node>, WTF::Vector<WebCore::Node*, 0ul>)’:
third_party/WebKit/Source/WebCore/dom/EventDispatcher.cpp:167: error: comparison between distinct pointer types ‘WebCore::Element*’ and ‘WebCore::Node*’ lacks a cast
third_party/WebKit/Source/WebCore/dom/EventDispatcher.cpp: In member function ‘void WebCore::EventDispatcher::ensureEventAncestors(WebCore::Event*)’:
third_party/WebKit/Source/WebCore/dom/EventDispatcher.cpp:258: error: cannot convert ‘WebCore::Element*’ to ‘WebCore::Node*’ in assignment
make: *** [out/Debug/obj.target/webcore_remaining/third_party/WebKit/Source/WebCore/dom/EventDispatcher.o] Error 1

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list