| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index 39414204c721cfa1d7336af82481f536e9787d79..c73a508d6b36ccccb3393ede98e924d2d9a22a03 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -291,7 +291,7 @@ interface SVGNumber {
|
| [StrictTypeChecking, Custom] attribute float value;
|
| };
|
|
|
| -// TODO(antonm): get rid of it to follow V8 bindings.
|
| +// Keep it in to generate Dart code, C++ implementation is filterd out in generator.
|
| [
|
| Callback
|
| ] interface MutationCallback {
|
|
|