Differentiate between error and non-error event handlers per the spec.

This commit is contained in:
Josh Matthews 2015-11-07 17:56:16 -05:00
parent b40882093a
commit 2340583e56
9 changed files with 118 additions and 59 deletions

View file

@ -161,7 +161,6 @@ partial interface Window {
void gc();
void trap();
};
Window implements OnErrorEventHandlerForWindow;
// WebDriver extensions
partial interface Window {