| Index: tools/dom/scripts/htmldartgenerator.py
|
| diff --git a/tools/dom/scripts/htmldartgenerator.py b/tools/dom/scripts/htmldartgenerator.py
|
| index 6ff883a36ccef94753b5662612295d618e00d012..378bba389640725761e1c1768b6ce187ddc72b53 100644
|
| --- a/tools/dom/scripts/htmldartgenerator.py
|
| +++ b/tools/dom/scripts/htmldartgenerator.py
|
| @@ -8,7 +8,7 @@ dart:html APIs from the IDL database."""
|
|
|
| from generator import AnalyzeOperation, ConstantOutputOrder, \
|
| DartDomNameOfAttribute, FindMatchingAttribute, IsDartCollectionType, \
|
| - IsPureInterface, TypeOrNothing, FindCommonAnnotations
|
| + IsPureInterface, TypeOrNothing
|
|
|
| # Types that are accessible cross-frame in a limited fashion.
|
| # In these cases, the base type (e.g., WindowBase) provides restricted access
|
|
|