[Webkit-unassigned] [Bug 137916] New: REGRESSION(r174676): It broke the !ENABLE(VIDEO) build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 21 04:53:37 PDT 2014


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

            Bug ID: 137916
           Summary: REGRESSION(r174676): It broke the !ENABLE(VIDEO) build
    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: cdumez at apple.com, mihnea at adobe.com
            Blocks: 137683

error log:
../../Source/WebCore/rendering/RenderLayerBacking.cpp: In member function 'bool WebCore::RenderLayerBacking::isDirectlyCompositedImage() const':
../../Source/WebCore/rendering/RenderLayerBacking.cpp:1823:44: error: 'RenderMedia' was not declared in this scope
../../Source/WebCore/rendering/RenderLayerBacking.cpp:1823:67: error: no matching function for call to 'is(WebCore::RenderLayerModelObject&)'

RenderMedia class is inside ENABLE(VIDEO) guard, that's why it causes build failure.
The previous renderer().isMedia() worked, because isMedia() is defined unconditionally
in RenderObject (returns false) - the base class of RenderMedia (returns true).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141021/f187f7d9/attachment-0002.html>


More information about the webkit-unassigned mailing list