| Index: third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html b/third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html
|
| index 5b589a63f507d69a526bccf812632e18e8c88942..4d7c572273db91c33520de87db5943675f0f66de 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html
|
| @@ -88,7 +88,6 @@ var objects_exception = [
|
| 'CSSStyleRule',
|
| 'CSSStyleSheet',
|
| 'DOMImplementation',
|
| - 'DataTransfer',
|
| 'HTMLCollection',
|
| 'MediaList',
|
| 'MimeType',
|
| @@ -123,6 +122,7 @@ var objects_exception = [
|
| // These objects should have a working constructor.
|
| var objects_constructor = [
|
| 'Comment',
|
| + 'DataTransfer',
|
| 'DOMParser',
|
| 'DocumentFragment',
|
| 'Range',
|
|
|