Bug 131836

Summary: Remove unused API enums
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch thorton: review+

Description Anders Carlsson 2014-04-17 18:19:37 PDT
Remove unused API enums
Comment 1 Anders Carlsson 2014-04-17 18:21:07 PDT
Created attachment 229607 [details]
Patch
Comment 2 WebKit Commit Bot 2014-04-17 18:23:32 PDT
Attachment 229607 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/Cocoa/NavigationState.mm:242:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/WebKit2/UIProcess/Cocoa/NavigationState.mm:287:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 2 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2014-04-17 18:29:40 PDT
Created attachment 229611 [details]
Patch
Comment 4 WebKit Commit Bot 2014-04-17 18:32:12 PDT
Attachment 229611 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/Cocoa/NavigationState.mm:242:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/WebKit2/UIProcess/Cocoa/NavigationState.mm:287:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 2 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Anders Carlsson 2014-04-17 18:42:33 PDT
Committed r167476: <http://trac.webkit.org/changeset/167476>