Bug 60153 - Fix missing header in case SVG is disabled
Summary: Fix missing header in case SVG is disabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 60154 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-05-04 03:58 PDT by Dominic Battre
Modified: 2011-05-04 06:37 PDT (History)
3 users (show)

See Also:


Attachments
Patch (982 bytes, patch)
2011-05-04 04:20 PDT, Dominic Battre
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.