Bug 138320

Summary: Fix the !ENABLE(VIDEO) build after r175279
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jeremyj-wk, jer.noble, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 138044    
Attachments:
Description Flags
Patch none

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.