Bug 66119 - Move compiler specific macros to their own header
Summary: Move compiler specific macros to their own header
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-11 17:29 PDT by Sam Weinig
Modified: 2011-08-12 10:51 PDT (History)
0 users

See Also:


Attachments
Patch (25.39 KB, patch)
2011-08-11 17:33 PDT, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2011-08-11 17:29:25 PDT
Move compiler specific macros to their own header
Comment 1 Sam Weinig 2011-08-11 17:33:28 PDT
Created attachment 103711 [details]
Patch
Comment 2 Anders Carlsson 2011-08-12 10:26:51 PDT
Comment on attachment 103711 [details]
Patch

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

> Source/JavaScriptCore/wtf/Compiler.h:103
> +/* ==== Comiler features ==== */

Typo.
Comment 3 Sam Weinig 2011-08-12 10:51:16 PDT
Committed r92974: <http://trac.webkit.org/changeset/92974>