[Webkit-unassigned] [Bug 138320] New: Fix the !ENABLE(VIDEO) build after r175279

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 3 12:28:51 PST 2014


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

            Bug ID: 138320
           Summary: Fix the !ENABLE(VIDEO) build after r175279
    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: jeremyj-wk at apple.com, jer.noble at apple.com
            Blocks: 138044

In file included from ../../Source/WebCore/dom/Document.cpp:41:0:
../../Source/WebCore/page/ChromeClient.h:343:91: error: 'WebCore::HTMLMediaElement::VideoFullscreenMode' has not been declared

The problem is that VideoFullscreenMode is defined in Source/WebCore/html/HTMLMediaElement.h
inside ENABLE(VIDEO) guard (the whole header and the whole class is guarded), but used
everywhere without any guard.

-- 
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/20141103/185c7b58/attachment-0002.html>


More information about the webkit-unassigned mailing list