[Webkit-unassigned] [Bug 148428] New: [EFL] Fix the all-in-one build with GCC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 25 05:54:06 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148428

            Bug ID: 148428
           Summary: [EFL] Fix the all-in-one build with GCC
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org

The all-in-one build is broken with GCC (works fine with Clang) since Indexed DB is enabled:

../../Source/WebCore/inspector/InspectorIndexedDBAgent.cpp:718:7: error: 'WebCore::ClearObjectStore' has a field 'WebCore::ClearObjectStore::<anonymous>' whose type uses the anonymous namespace [-Werror]
../../Source/WebCore/inspector/InspectorIndexedDBAgent.cpp:718:7: error: 'WebCore::ClearObjectStore' has a base 'WebCore::{anonymous}::ExecutableWithDatabase' whose type uses the anonymous namespace [-Werror]

A possible workaround is removing InspectorIndexedDBAgent.cpp from 
Source/WebCore/inspector/InspectorAllInOne.cpp until we find the proper fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150825/573dafe8/attachment-0001.html>


More information about the webkit-unassigned mailing list