Bug 122266 - [WinCairo] Compile error with VIDEO disabled.
Summary: [WinCairo] Compile error with VIDEO disabled.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-03 05:40 PDT by peavo
Modified: 2013-10-03 10:23 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.25 KB, patch)
2013-10-03 05:44 PDT, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.