RESOLVED FIXED 187897
fullscreen env() variables should have initial values
https://bugs.webkit.org/show_bug.cgi?id=187897
Summary fullscreen env() variables should have initial values
Dean Jackson
Reported 2018-07-22 18:39:56 PDT
fullscreen env() variables should have initial values
Attachments
Patch (9.55 KB, patch)
2018-07-22 18:47 PDT, Dean Jackson
sam: review+
Radar WebKit Bug Importer
Comment 1 2018-07-22 18:40:38 PDT
Dean Jackson
Comment 2 2018-07-22 18:47:44 PDT
Dean Jackson
Comment 3 2018-07-23 09:54:10 PDT
Darin Adler
Comment 4 2018-07-23 10:58:20 PDT
Comment on attachment 345551 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=345551&action=review > Source/WebCore/page/Page.h:358 > + const Seconds fullscreenAutoHideDuration() const { return m_fullscreenAutoHideDuration; } The "const" at the beginning of the line here is not needed.
Note You need to log in before you can comment on or make changes to this bug.