Bug 5141

Summary: DrawTest build fails (WebCore+SVG is now WebCore)
Product: WebKit Reporter: Julien Palmas <julien.palmas>
Component: SVGAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Simple rename of some #include
none
WebCore part of the build fix
none
WebKitTools part of the build fix. none

Description Julien Palmas 2005-09-26 12:35:37 PDT
DrawTest build fails. WebCore+SVG has been renamed to WebCore, but some #include did not change 
according to the new name.
Comment 1 Julien Palmas 2005-09-26 12:38:14 PDT
Created attachment 4049 [details]
Simple rename of some #include

Changed some #include <WebCore+SVG> to #include <WebCore>
Comment 2 Eric Seidel (no email) 2005-09-26 13:01:00 PDT
Thanks!  I have a slightly more extensive patch locally which I will land this afternoon.
Comment 3 Eric Seidel (no email) 2005-09-26 18:34:47 PDT
Created attachment 4054 [details]
WebCore part of the build fix
Comment 4 Eric Seidel (no email) 2005-09-26 18:35:56 PDT
Created attachment 4055 [details]
WebKitTools part of the build fix.