Implement window forwarding for body event handlers.

This commit is contained in:
Josh Matthews 2014-04-21 22:43:20 -04:00 committed by Ms2ger
parent 2d6153772c
commit 33955f0ab2
7 changed files with 74 additions and 7 deletions

View file

@ -23,4 +23,4 @@ partial interface HTMLBodyElement {
[SetterThrows] attribute DOMString background;
};
//HTMLBodyElement implements WindowEventHandlers;
HTMLBodyElement implements WindowEventHandlers;