Bug 128885

Summary: Stop using PLATFORM(MAC) in Source except where it means “OS X but not iOS”
Product: WebKit Reporter: mitz
Component: New BugsAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, darin, esprehn+autocc, glenn, japhet, kondapallykalyan, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Use PLATFORM(COCOA), add !PLATFORM(IOS), etc. andersca: review+

Description mitz 2014-02-16 11:54:47 PST
Fix a few more instances of PLATFORM(MAC) in Source/WebCore and update all relevant instances in Source/WebKit2/WebProcess.
Comment 1 mitz 2014-02-16 12:09:22 PST
Created attachment 224320 [details]
Use PLATFORM(COCOA), add !PLATFORM(IOS), etc.
Comment 2 Anders Carlsson 2014-02-16 12:30:52 PST
Comment on attachment 224320 [details]
Use PLATFORM(COCOA), add !PLATFORM(IOS), etc.

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

> Source/WebCore/loader/FrameLoaderClient.h:54
>  class NSCachedURLResponse;
>  class NSView;

Should switch this to OBJC_CLASS while you're at it.
Comment 3 mitz 2014-02-16 12:33:41 PST
Committed <http://trac.webkit.org/r164192>.