Bug 60153

Summary: Fix missing header in case SVG is disabled
Product: WebKit Reporter: Dominic Battre <battre>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: battre, commit-queue, dglazkov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Dominic Battre 2011-05-04 03:58:44 PDT
Fix missing header in case SVG is disabled
Comment 1 Dominic Battre 2011-05-04 04:02:39 PDT
*** Bug 60154 has been marked as a duplicate of this bug. ***
Comment 2 Dominic Battre 2011-05-04 04:20:53 PDT
Created attachment 92216 [details]
Patch
Comment 3 Dominic Battre 2011-05-04 04:24:38 PDT
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
Comment 4 WebKit Commit Bot 2011-05-04 06:37:09 PDT
Comment on attachment 92216 [details]
Patch

Clearing flags on attachment: 92216

Committed r85742: <http://trac.webkit.org/changeset/85742>
Comment 5 WebKit Commit Bot 2011-05-04 06:37:14 PDT
All reviewed patches have been landed.  Closing bug.