NEW 60828
Mismatched feature guards for WebChromeClient::fullScreenRendererChanged in WebKit/mac
https://bugs.webkit.org/show_bug.cgi?id=60828
Summary Mismatched feature guards for WebChromeClient::fullScreenRendererChanged in W...
mitz
Reported 2011-05-13 21:56:54 PDT
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
Note You need to log in before you can comment on or make changes to this bug.