Bug 7077 - Fix --no-svg build on build.webkit.org
Summary: Fix --no-svg build on build.webkit.org
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL: http://build.webkit.org/periodic-powe...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-04 21:59 PST by David Kilzer (:ddkilzer)
Modified: 2006-02-06 22:26 PST (History)
0 users

See Also:


Attachments
Patch v1 (860 bytes, patch)
2006-02-04 22:10 PST, David Kilzer (:ddkilzer)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2006-02-04 21:59:28 PST
The --no-svg build is failing on http://build.webkit.org/:

http://build.webkit.org/periodic-powerpc-mac-os-x-no-svg/builds/99/step-compile-release/0
Comment 1 David Kilzer (:ddkilzer) 2006-02-04 22:10:19 PST
Created attachment 6257 [details]
Patch v1

Fixes --no-svg build.
Comment 2 Darin Adler 2006-02-04 22:37:20 PST
Comment on attachment 6257 [details]
Patch v1

Seems fine. Also would be fine to just always include FloatRect.h even though it's redundant when SVG_SUPPORT is 1.

r=me
Comment 3 David Kilzer (:ddkilzer) 2006-02-06 22:26:56 PST
Verified fixed.