[Webkit-unassigned] [Bug 60828] New: Mismatched feature guards for WebChromeClient::fullScreenRendererChanged in WebKit/mac
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 13 21:56:54 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60828
Summary: Mismatched feature guards for
WebChromeClient::fullScreenRendererChanged in
WebKit/mac
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Media Elements
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mitz at webkit.org
CC: jer.noble at apple.com
The implementation of WebChromeClient::fullScreenRendererChanged() is guarded by #if ENABLE(FULLSCREEN_API) in WebChromeClient.mm, but the declaration in WebChromeClient.h is (incorrectly, I think) guarded by #if ENABLE(VIDEO).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list