Bug 60828

Summary: Mismatched feature guards for WebChromeClient::fullScreenRendererChanged in WebKit/mac
Product: WebKit Reporter: mitz
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: eric.carlson, jer.noble
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   

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.