Bug 128802

Summary: Stop using PLATFORM(MAC) in WebKit2/PluginProcess except where it means “OS X but not iOS”
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Change PLATFORM(MAC) to PLATFORM(COCOA) etc. darin: review+

Description mitz 2014-02-14 00:35:36 PST
This is mostly for consistency, since the code is guarded with ENABLE(ENABLE_NETSCAPE_PLUGIN_API).
Comment 1 mitz 2014-02-14 00:39:45 PST
Created attachment 224174 [details]
Change PLATFORM(MAC) to PLATFORM(COCOA) etc.
Comment 2 mitz 2014-02-14 11:33:39 PST
Committed <http://trac.webkit.org/r164112>.