RESOLVED LATER55999
Fix #if typo and remove unneeded #if 1
https://bugs.webkit.org/show_bug.cgi?id=55999
Summary Fix #if typo and remove unneeded #if 1
Eric Seidel (no email)
Reported 2011-03-09 00:36:55 PST
Fix #if typo and remove unneded #if 1
Attachments
Patch (2.40 KB, patch)
2011-03-09 00:37 PST, Eric Seidel (no email)
abarth: review+
ossy: commit-queue-
Eric Seidel (no email)
Comment 1 2011-03-09 00:37:45 PST
Csaba Osztrogonác
Comment 2 2011-03-09 09:41:20 PST
Comment on attachment 85140 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=85140&action=review > Source/WebCore/page/DOMWindow.idl:723 > -#if ENABLE_SVG_FONTS && ENABLE_SVG_FONTS > +#if defined(ENABLE_SVG_FONTS) && ENABLE_SVG_FONTS This patch won't be applied because it was fixed by http://trac.webkit.org/changeset/80587/trunk/Source/WebCore/page/DOMWindow.idl Could you land it manually?
Eric Seidel (no email)
Comment 3 2011-03-09 10:41:29 PST
Eh, A gtk person can remove the stray #if 1 next time they're in there.
Note You need to log in before you can comment on or make changes to this bug.