DescriptionRemove document().page() null checks in MediaControls
These were needed in WebKit when the render theme was accessed via the
page, but that is no longer the case, these null checks are the only
bits in MediaControls that access document().page() at all.
It's possible that some code deeper down assumes that the page is not
null and will now begin to crash, but a quick scan of Source/core/
didn't reveal anything obvious.
BUG=341813
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168855
Patch Set 1 #
Total comments: 1
Patch Set 2 : test #
Messages
Total messages: 8 (0 generated)
|