Bug 127248 - Does not build with SVG disabled
Summary: Does not build with SVG disabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-19 04:44 PST by Alberto Garcia
Modified: 2014-01-19 11:19 PST (History)
0 users

See Also:


Attachments
Patch (1.38 KB, patch)
2014-01-19 04:45 PST, Alberto Garcia
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Garcia 2014-01-19 04:44:11 PST
In file included from ../../Source/WebCore/dom/Element.h:30:
../../Source/WebCore/dom/ElementData.h:116:79: error: use of undeclared identifier 's_flagAnimatedSVGAttributesAreDirty'; did you mean
      'setAnimatedSVGAttributesAreDirty'?

This broke in r162274
Comment 1 Alberto Garcia 2014-01-19 04:45:15 PST
Created attachment 221583 [details]
Patch
Comment 2 Sam Weinig 2014-01-19 10:55:38 PST
Comment on attachment 221583 [details]
Patch

r=me.

As a side question, why are you building without SVG?  I don't think it makes sense in the long run for us to support this build style (any more than we should support a build without tables), so I would like to figure out what people are using this for.
Comment 3 Alberto Garcia 2014-01-19 11:09:00 PST
Committed r162295: <http://trac.webkit.org/changeset/162295>
Comment 4 Alberto Garcia 2014-01-19 11:19:26 PST
(In reply to comment #2)
> As a side question, why are you building without SVG?

I do it once a while in my laptop because it takes less time. No other
reason really.