Bug 64429 - If a compiler has nullptr support, include <cstddef> to get the nullptr_t definition
Summary: If a compiler has nullptr support, include <cstddef> to get the nullptr_t def...
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-12 21:04 PDT by Anders Carlsson
Modified: 2011-07-13 07:11 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1011 bytes, patch)
2011-07-12 21:06 PDT, Anders Carlsson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-07-12 21:04:44 PDT
If a compiler has nullptr support, include <cstdef> to get the nullptr definition
Comment 1 Anders Carlsson 2011-07-12 21:06:29 PDT
Created attachment 100619 [details]
Patch
Comment 2 Anders Carlsson 2011-07-13 07:11:55 PDT
Committed r90915: <http://trac.webkit.org/changeset/90915>