Bug 111559

Summary: [Qt] Do not disable C++0x
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: WebKit QtAssignee: Allan Sandfeld Jensen <allan.jensen>
Status: RESOLVED FIXED    
Severity: Normal CC: vestbo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kenneth: review+

Description Allan Sandfeld Jensen 2013-03-06 04:43:55 PST
We currently remove C++0x from CXXFLAGS in WebCore, probably due to lack of support at some point in the past, but now it instead breaks compilation.
Comment 1 Allan Sandfeld Jensen 2013-03-06 04:45:49 PST
Created attachment 191716 [details]
Patch
Comment 2 Allan Sandfeld Jensen 2013-03-06 06:04:27 PST
Committed r144913: <http://trac.webkit.org/changeset/144913>