DescriptionLet FullscreenElementStack methods take references where possible
The main motivation is requestFullScreenForElement, which handled the
Element* argument being null even though there's no way that could
happen. The fallback to document()->documentElement() was unreachable.
Get rid of fullScreenIsAllowedForElement since it was only used in a
single place.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176968
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|