Bug 154599 - compilation error in WebUserControllerContentProxy.cpp with gcc 4.8
Summary: compilation error in WebUserControllerContentProxy.cpp with gcc 4.8
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Local Build
Hardware: All Linux
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-23 11:44 PST by Mike Gorse
Modified: 2018-12-10 08:35 PST (History)
1 user (show)

See Also:


Attachments
Patch. (2.02 KB, patch)
2016-02-23 11:44 PST, Mike Gorse
no flags Details | Formatted Diff | Diff
the gcc error. (3.49 KB, text/plain)
2016-02-23 15:48 PST, Mike Gorse
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gorse 2016-02-23 11:44:26 PST
Created attachment 272040 [details]
Patch.

For SLE, we need to compile webkitgtk using g++ 4.8. I am getting a compiler error with v2.11.90 about the constructor being ambiguous. It compiles without error with newer versions of gcc, however. I am applying this patch, which removes brace initialization in a couple of places, and wanted to ask for upstream's take on it.
Comment 1 Mike Gorse 2016-02-23 15:48:46 PST
Created attachment 272058 [details]
the gcc error.
Comment 2 Michael Catanzaro 2018-12-10 08:35:15 PST
Sorry we missed this. Looks obsolete now.