| Index: LayoutTests/fast/dom/dom-constructors.html
|
| diff --git a/LayoutTests/fast/dom/dom-constructors.html b/LayoutTests/fast/dom/dom-constructors.html
|
| index b001c6eaf053adc6e114744f6dfeace6c75e9105..607303065722fcb7ff21124be31891f00d491a5b 100644
|
| --- a/LayoutTests/fast/dom/dom-constructors.html
|
| +++ b/LayoutTests/fast/dom/dom-constructors.html
|
| @@ -20,6 +20,7 @@ var objects_exception = [
|
| 'DocumentType',
|
| 'Element',
|
| 'Entity',
|
| + 'EventTarget',
|
| 'HTMLDocument',
|
| 'Node',
|
| 'Notation',
|
| @@ -147,7 +148,6 @@ var objects_no_constructor = [
|
| 'EventTargetNode',
|
| 'UndetectableHTMLCollection',
|
| 'XPathNSResolver',
|
| - 'EventTarget',
|
| 'EventListener',
|
| 'NPObject'
|
| ];
|
|
|