Bug 119912

Summary: Fix WebKit build error when SVG is disabled(broken since r154174)
Product: WebKit Reporter: Arunprasad Rajkumar <arurajku>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Major CC: benjamin, commit-queue, esprehn+autocc, glenn, macpherson, menard, rniwa, zarvai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch none

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. ***