Bug 119912 - Fix WebKit build error when SVG is disabled(broken since r154174)
Summary: Fix WebKit build error when SVG is disabled(broken since r154174)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Nobody
URL:
Keywords:
: 119908 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-08-16 13:42 PDT by Arunprasad Rajkumar
Modified: 2013-08-16 15:20 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.83 KB, patch)
2013-08-16 13:45 PDT, Arunprasad Rajkumar
no flags Details | Formatted Diff | Diff
Patch (1.95 KB, patch)
2013-08-16 13:55 PDT, Arunprasad Rajkumar
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arunprasad Rajkumar 2013-08-16 13:42:08 PDT
Building WebKit without SVG support gives me below error,

/opt/works/webkit-dev/webkit/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In function ‘WTF::PassRefPtr<WebCore::CSSValue> WebCore::fillSourceTypeToCSSValue(WebCore::EMaskSourceType)’:
/opt/works/webkit-dev/webkit/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1431:43: error: ‘CSSValueAlpha’ was not declared in this scope
/opt/works/webkit-dev/webkit/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1433:43: error: ‘CSSValueLuminance’ was not declared in this scope


I will upload a FIX soon,
Comment 1 Arunprasad Rajkumar 2013-08-16 13:45:45 PDT
Created attachment 208953 [details]
Patch
Comment 2 Ryosuke Niwa 2013-08-16 13:51:49 PDT
Comment on attachment 208953 [details]
Patch

rs=me.
Comment 3 Arunprasad Rajkumar 2013-08-16 13:55:52 PDT
Created attachment 208954 [details]
Patch
Comment 4 WebKit Commit Bot 2013-08-16 14:28:42 PDT
Comment on attachment 208954 [details]
Patch

Clearing flags on attachment: 208954

Committed r154203: <http://trac.webkit.org/changeset/154203>
Comment 5 WebKit Commit Bot 2013-08-16 14:28:44 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Zoltan Arvai 2013-08-16 15:20:26 PDT
*** Bug 119908 has been marked as a duplicate of this bug. ***