Chromium Code Reviews| Index: tools/dom/templates/html/impl/impl_ImageData.darttemplate |
| diff --git a/tools/dom/templates/html/impl/impl_ImageData.darttemplate b/tools/dom/templates/html/impl/impl_ImageData.darttemplate |
| index dd04deedcc784a23b0ac47e56b21526f604ee431..606028fc174334075f75555e718bd8b007ce60ba 100644 |
| --- a/tools/dom/templates/html/impl/impl_ImageData.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_ImageData.darttemplate |
| @@ -4,16 +4,6 @@ |
| part of $LIBRARYNAME; |
| $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
| -$if DARTIUM |
| - List<int> __data; |
| - |
| - List<int> get data { |
| - if (__data == null) { |
| - __data = _data; |
| - } |
| - return __data; |
| - } |
| -$endif |
| $!MEMBERS |
| } |