DescriptionHave Window inherit EventTarget interface
Have Window inherit EventTarget interface to match the specification:
http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#the-window-object
The implementation of addEventListener() / removeEventListener() needs
an additional security check for the Window object so we leverage
EventTarget::toDOMWindow() virtual method to make the check at run
time.
BUG=257583
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153926
Patch Set 1 #
Total comments: 3
Messages
Total messages: 7 (0 generated)
|