| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index abc3ff360ed228dd8ecdee5bd8242f18b3e8934d..0302a6c7a0e8e019a643a32547b861295ddced7e 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -528,7 +528,7 @@ class HtmlDartInterfaceGenerator(object):
|
| if mixins:
|
| mixins_str = ' with ' + ', '.join(mixins)
|
| if not base_class:
|
| - base_class = 'Object'
|
| + base_class = 'Interceptor'
|
|
|
| annotations = self._metadata.GetFormattedMetadata(
|
| self._library_name, self._interface, None, '')
|
|
|