[Webkit-unassigned] [Bug 147557] New: Fix the all-in-one build on Linux after r187659

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 04:11:27 PDT 2015


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

            Bug ID: 147557
           Summary: Fix the all-in-one build on Linux after r187659
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          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
                CC: achristensen at apple.com, thorton at apple.com
            Blocks: 147484

http://trac.webkit.org/changeset/187659 broke the all-in-one build on Linux.
The problem is adding MediaFeatureNames.cpp to CSSAllInOne.cpp:

In file included from ../../Source/WebCore/css/CSSAllInOne.cpp:95:
../../Source/WebCore/css/MediaFeatureNames.cpp:35:1594: error: redefinition of 'max_color_indexMediaFeature' with a different type: 'void *[1]' vs 'const WTF::AtomicString'
../../Source/WebCore/css/MediaFeatureNames.h:86:886: note: previous definition is here
    extern const AtomicString any_hoverMediaFeature; extern const AtomicString any_pointerMediaFeature; extern const AtomicString colorMediaFeature; extern const AtomicString color_indexMediaFeature; extern const AtomicString gridMediaFeature; extern const AtomicString monochromeMediaFeature; extern const AtomicString heightMediaFeature; extern const AtomicString hoverMediaFeature; extern const AtomicString widthMediaFeature; extern const AtomicString orientationMediaFeature; extern const AtomicString aspect_ratioMediaFeature; extern const AtomicString device_aspect_ratioMediaFeature; extern const AtomicString device_pixel_ratioMediaFeature; extern const AtomicString device_heightMediaFeature; extern const AtomicString device_widthMediaFeature; extern const AtomicString inverted_colorsMediaFeature; extern const AtomicString max_colorMediaFeature; extern const AtomicString max_color_indexMediaFeature; extern const AtomicString max_aspect_ratioMediaFeature; extern const AtomicString ma

-- 
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/20150803/99b2f7e2/attachment-0001.html>


More information about the webkit-unassigned mailing list