RESOLVED FIXED 126748
Fix building with SVG support disabled
https://bugs.webkit.org/show_bug.cgi?id=126748
Summary Fix building with SVG support disabled
Adrian Perez
Reported 2014-01-10 07:13:24 PST
Created attachment 220840 [details] Patch Building with SVG disabled fails due to a stray closing brace inside the #if ENABLED(SVG) block. Moving the brace fixes the compilation failure.
Attachments
Patch (1.43 KB, patch)
2014-01-10 07:13 PST, Adrian Perez
no flags
Patch (1.45 KB, patch)
2014-01-10 07:15 PST, Adrian Perez
no flags
Adrian Perez
Comment 1 2014-01-10 07:15:22 PST
Csaba Osztrogonác
Comment 2 2014-01-10 09:04:24 PST
Comment on attachment 220842 [details] Patch LGTM, r=me. It is a correct fix after r161589.
WebKit Commit Bot
Comment 3 2014-01-10 13:10:18 PST
Comment on attachment 220842 [details] Patch Rejecting attachment 220842 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-02', 'apply-attachment', '--no-update', '--non-interactive', 220842, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: e: 1 cwd: /Volumes/Data/EWS/WebKit Parsed 2 diffs from patch file(s). patching file Source/WebCore/ChangeLog Hunk #1 succeeded at 1 with fuzz 3. patching file Source/WebCore/platform/graphics/FontFastPath.cpp Hunk #1 FAILED at 228. 1 out of 1 hunk FAILED -- saving rejects to file Source/WebCore/platform/graphics/FontFastPath.cpp.rej Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Csaba Osztrogon\xe1c']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output: http://webkit-queues.appspot.com/results/5006518286024704
Manuel Rego Casasnovas
Comment 4 2014-01-10 14:53:25 PST
Note You need to log in before you can comment on or make changes to this bug.