Bug 60828
Summary: | Mismatched feature guards for WebChromeClient::fullScreenRendererChanged in WebKit/mac | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | eric.carlson, jer.noble |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | All |
mitz
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).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |