WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug