Bug 64429

Summary: If a compiler has nullptr support, include <cstddef> to get the nullptr_t definition
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

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>