| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 90d2610856e7cd158934610b771c677fd00cee79..b49688b1d09a4093b8e01282a87fbec9c2bbc816 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -897,6 +897,9 @@ class Dart2JSBackend(HtmlDartGenerator):
|
| def AmendIndexer(self, element_type):
|
| pass
|
|
|
| + def RootClassName(self):
|
| + return 'Interceptor'
|
| +
|
| def EmitOperation(self, info, html_name):
|
| """
|
| Arguments:
|
|
|