| Index: tools/dom/templates/html/impl/impl_Node.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Node.darttemplate b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| index 8f2fc4adc677224703b416fe6bbd8179300f4c43..30ae4cc8e0af8ac133c4fabdfaad2797519f29e0 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -155,6 +155,10 @@ $endif
|
| throw new UnsupportedError("Cannot sort Node list");
|
| }
|
|
|
| + void shuffle() {
|
| + throw new UnsupportedError("Cannot shuffle Node list");
|
| + }
|
| +
|
| // FIXME: implement these.
|
| void setRange(int start, int end, Iterable<Node> iterable,
|
| [int skipCount = 0]) {
|
|
|