Bug 148797 - Remove unnecessary compiler guards from mm files
Summary: Remove unnecessary compiler guards from mm files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-04 04:57 PDT by Csaba Osztrogonác
Modified: 2015-09-04 19:30 PDT (History)
4 users (show)

See Also:


Attachments
Patch (4.94 KB, patch)
2015-09-04 04:58 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-09-04 04:57:13 PDT
There are some #if COMPILER(CLANG) guards in mm files remained. But Mac port 
supports only Clang long long time ago, so let's remove the useless guards.
Comment 1 Csaba Osztrogonác 2015-09-04 04:58:57 PDT
Created attachment 260585 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-09-04 05:26:04 PDT
( similar fix from the past: bug124523 )
Comment 3 WebKit Commit Bot 2015-09-04 19:30:54 PDT
Comment on attachment 260585 [details]
Patch

Clearing flags on attachment: 260585

Committed r189414: <http://trac.webkit.org/changeset/189414>
Comment 4 WebKit Commit Bot 2015-09-04 19:30:58 PDT
All reviewed patches have been landed.  Closing bug.