Bug 129029

Summary: Simplify PLATFORM(MAC) && !PLATFORM(IOS) and similar expressions
Product: WebKit Reporter: mitz
Component: New BugsAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Remove redundant !PLATFORM(IOS) mrowe: review+

Description mitz 2014-02-18 22:54:16 PST
Simplify PLATFORM(MAC) && !PLATFORM(IOS) and similar expressions
Comment 1 mitz 2014-02-18 22:56:38 PST
Created attachment 224597 [details]
Remove redundant !PLATFORM(IOS)
Comment 2 WebKit Commit Bot 2014-02-18 22:59:50 PST
Attachment 224597 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:8:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 77 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Mark Rowe (bdash) 2014-02-19 00:04:15 PST
Comment on attachment 224597 [details]
Remove redundant !PLATFORM(IOS)

View in context: https://bugs.webkit.org/attachment.cgi?id=224597&action=review

> Source/WebCore/ChangeLog:8
> +        No new tests (OOPS!).

The style bot thinks you should remove this.
Comment 4 mitz 2014-02-19 00:07:20 PST
Committed <http://trac.webkit.org/r164358>.