Bug 138320 - Fix the !ENABLE(VIDEO) build after r175279
Summary: Fix the !ENABLE(VIDEO) build after r175279
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 138044
  Show dependency treegraph
 
Reported: 2014-11-03 12:28 PST by Csaba Osztrogonác
Modified: 2014-11-03 14:14 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.21 KB, patch)
2014-11-03 12:41 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2014-11-03 12:28:51 PST
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.
Comment 1 Csaba Osztrogonác 2014-11-03 12:41:30 PST
Created attachment 240869 [details]
Patch
Comment 2 WebKit Commit Bot 2014-11-03 14:14:30 PST
Comment on attachment 240869 [details]
Patch

Clearing flags on attachment: 240869

Committed r175489: <http://trac.webkit.org/changeset/175489>
Comment 3 WebKit Commit Bot 2014-11-03 14:14:34 PST
All reviewed patches have been landed.  Closing bug.