Bug 5141 - DrawTest build fails (WebCore+SVG is now WebCore)
Summary: DrawTest build fails (WebCore+SVG is now WebCore)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-26 12:35 PDT by Julien Palmas
Modified: 2005-09-26 19:07 PDT (History)
0 users

See Also:


Attachments
Simple rename of some #include (3.13 KB, patch)
2005-09-26 12:38 PDT, Julien Palmas
no flags Details | Formatted Diff | Diff
WebCore part of the build fix (2.04 KB, patch)
2005-09-26 18:34 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
WebKitTools part of the build fix. (3.19 KB, patch)
2005-09-26 18:35 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

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