| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index 7b1639a1c6eefdc0033ebb0c99df5ed1d89c18a7..a132f1586ca40fca91aa591edc9e71b916923d54 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -348,15 +348,6 @@ interface TextEncoder {};
|
| [Suppressed]
|
| interface TextDecoder {};
|
|
|
| -// TODO(jacobr): renable these as part of fixing dartbug.com/12537
|
| -// We need to apply changes analogous to https://chromiumcodereview.appspot.com/21274004
|
| -// to the Dart bindings so that we can reenable NodeIterator and TreeWalker
|
| -[Suppressed]
|
| -interface NodeIterator {};
|
| -
|
| -[Suppressed]
|
| -interface TreeWalker {};
|
| -
|
| [Supplemental]
|
| interface Window : EventTarget {};
|
|
|
|
|