| Index: lib/html/scripts/systemhtml.py
|
| diff --git a/lib/html/scripts/systemhtml.py b/lib/html/scripts/systemhtml.py
|
| index bf656e01dab8a16fa0e575796f926df47be28cd9..17dbfa2735944732327a2f891ee51273329739cc 100644
|
| --- a/lib/html/scripts/systemhtml.py
|
| +++ b/lib/html/scripts/systemhtml.py
|
| @@ -458,7 +458,7 @@ class HtmlDartInterfaceGenerator(object):
|
| DOMINTERFACE=attribute.doc_js_interface_name,
|
| DOMNAME=dom_name)
|
| if read_only:
|
| - template = '\n abstract $TYPE get $NAME;\n'
|
| + template = '\n $TYPE get $NAME;\n'
|
| else:
|
| template = '\n $TYPE $NAME;\n'
|
|
|
|
|