Bug 32116 - [Qt] Fix compilation when SVG is disabled
Summary: [Qt] Fix compilation when SVG is disabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-03 06:43 PST by Ismail Donmez
Modified: 2009-12-03 13:37 PST (History)
2 users (show)

See Also:


Attachments
patch to fix compilation when svg is disabled (1.44 KB, patch)
2009-12-03 06:43 PST, Ismail Donmez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ismail Donmez 2009-12-03 06:43:22 PST
Created attachment 44238 [details]
patch to fix compilation when svg is disabled

Currently when SVG is disabled compilation will fail because WebCore::Document class has no svgExtensions() function. Attached patch fixes the problem.
Comment 1 WebKit Review Bot 2009-12-03 06:43:54 PST
style-queue ran check-webkit-style on attachment 44238 [details] without any errors.
Comment 2 Eric Seidel (no email) 2009-12-03 12:56:05 PST
Comment on attachment 44238 [details]
patch to fix compilation when svg is disabled

LGTM.
Comment 3 WebKit Commit Bot 2009-12-03 13:37:33 PST
Comment on attachment 44238 [details]
patch to fix compilation when svg is disabled

Clearing flags on attachment: 44238

Committed r51658: <http://trac.webkit.org/changeset/51658>
Comment 4 WebKit Commit Bot 2009-12-03 13:37:37 PST
All reviewed patches have been landed.  Closing bug.