Bug 122266

Summary: [WinCairo] Compile error with VIDEO disabled.
Product: WebKit Reporter: peavo
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, esprehn+autocc, kangil.han
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description peavo 2013-10-03 05:40:36 PDT
When VIDEO is disabled, compiling WinCairo fails:

dom\Document.cpp(5410): error C3861: 'isMediaElement': identifier not found 
dom\Document.cpp(5411): error C2227: left of '->enteredOrExitedFullscreen' must point to class/struct/union/generic type type is ''unknown-type''
dom\Document.cpp(5411): error C3861: 'toHTMLMediaElement': identifier not found
Comment 1 peavo 2013-10-03 05:44:00 PDT
Created attachment 213242 [details]
Patch
Comment 2 Brent Fulgham 2013-10-03 09:58:52 PDT
Comment on attachment 213242 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2013-10-03 10:23:24 PDT
Comment on attachment 213242 [details]
Patch

Clearing flags on attachment: 213242

Committed r156839: <http://trac.webkit.org/changeset/156839>
Comment 4 WebKit Commit Bot 2013-10-03 10:23:27 PDT
All reviewed patches have been landed.  Closing bug.