Bug 32361

Summary: [GTK] Build with --disable-svg is broken
Product: WebKit Reporter: Christian Dywan <christian>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Major CC: webkit.review.bot
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Fix ENABLE(SVG) guards. eric: review+

Description Christian Dywan 2009-12-09 23:15:47 PST
The build of current WebKitGTK+ TOT is broken with SVG features disabled due to incorrectly placed compiler guards.
Comment 1 Christian Dywan 2009-12-09 23:17:29 PST
Created attachment 44593 [details]
Fix ENABLE(SVG) guards.
Comment 2 WebKit Review Bot 2009-12-09 23:19:13 PST
style-queue ran check-webkit-style on attachment 44593 [details] without any errors.
Comment 3 Eric Seidel (no email) 2009-12-11 15:53:11 PST
Comment on attachment 44593 [details]
Fix ENABLE(SVG) guards.

LGTM.
Comment 4 Christian Dywan 2009-12-12 09:22:48 PST
2009-12-11  Christian Dywan  <christian@twotoasts.de>

        Reviewed by Eric Seidel.

        [GTK] Build with --disable-svg is broken
        http://bugs.webkit.org/show_bug.cgi?id=32361

        * webkit/webkitwebframe.cpp:
        (webkit_web_frame_pause_svg_animation): Fix ENABLE(SVG) guards.