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+

mitz
Reported 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.
Attachments
Use PLATFORM(COCOA), add !PLATFORM(IOS), etc. (73.55 KB, patch)
2014-02-16 12:09 PST, mitz
andersca: review+
mitz
Comment 1 2014-02-16 12:09:22 PST
Created attachment 224320 [details] Use PLATFORM(COCOA), add !PLATFORM(IOS), etc.
Anders Carlsson
Comment 2 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.
mitz
Comment 3 2014-02-16 12:33:41 PST
Note You need to log in before you can comment on or make changes to this bug.