Bug 109128 - Do not check enum's casing for WebKit2 C API.
Summary: Do not check enum's casing for WebKit2 C API.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eunmi Lee
URL:
Keywords:
Depends on:
Blocks: 108915
  Show dependency treegraph
 
Reported: 2013-02-06 19:55 PST by Eunmi Lee
Modified: 2013-02-07 11:06 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.75 KB, patch)
2013-02-06 19:59 PST, Eunmi Lee
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eunmi Lee 2013-02-06 19:55:12 PST
We should not check enum's casing for WebKit2 C API because all types of enums start with 'k' which is not capital letter.
Comment 1 Eunmi Lee 2013-02-06 19:59:56 PST
Created attachment 186983 [details]
Patch
Comment 2 WebKit Review Bot 2013-02-07 11:06:02 PST
Comment on attachment 186983 [details]
Patch

Clearing flags on attachment: 186983

Committed r142156: <http://trac.webkit.org/changeset/142156>
Comment 3 WebKit Review Bot 2013-02-07 11:06:08 PST
All reviewed patches have been landed.  Closing bug.