| Index: tools/dom/scripts/systemnative.py
|
| diff --git a/tools/dom/scripts/systemnative.py b/tools/dom/scripts/systemnative.py
|
| index 7177bc5cb871e2154995007a593a453633815b8e..0e16172cbf613e81a46821a037e786c27451f80f 100644
|
| --- a/tools/dom/scripts/systemnative.py
|
| +++ b/tools/dom/scripts/systemnative.py
|
| @@ -516,7 +516,7 @@ class DartiumBackend(HtmlDartGenerator):
|
| return template
|
|
|
| def RootClassName(self):
|
| - return 'NativeFieldWrapperClass2'
|
| + return 'DartHtmlDomObject'
|
|
|
| # This code matches up with the _generate_native_entry code in
|
| # dart_utilities.py in the dartium repository. Any changes to this
|
|
|