Bug 117931

Summary: [CMAKE] Clear unused cmakedefines
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: New BugsAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Ryuan Choi 2013-06-24 05:13:09 PDT
Long time ago, below feature macros are removed, but defines are remained.

ENABLE_AS_IMAGE removed at r95234 and r95665
ENABLE_LEGACY_WEBKIT_BLOB_BUILDER removed at r130343
ENABLE_CLIENT_BASED_GEOLOCATION removed at r110595 but restored at 112654
Comment 1 Ryuan Choi 2013-06-24 05:16:44 PDT
Created attachment 205286 [details]
Patch
Comment 2 Chris Dumez 2013-06-24 05:21:08 PDT
Comment on attachment 205286 [details]
Patch

ok, r=me.
Comment 3 Ryuan Choi 2013-06-24 05:32:12 PDT
Committed r151905: <http://trac.webkit.org/changeset/151905>