| Index: tools/dom/scripts/htmldartgenerator.py
|
| diff --git a/tools/dom/scripts/htmldartgenerator.py b/tools/dom/scripts/htmldartgenerator.py
|
| index 9af39d662fad5bc2e0c5c6e30dcbcbdaed55736d..85ffd4c4acffc1099f58525524202761cee4b166 100644
|
| --- a/tools/dom/scripts/htmldartgenerator.py
|
| +++ b/tools/dom/scripts/htmldartgenerator.py
|
| @@ -23,10 +23,10 @@ _secure_base_types = {
|
| 'History': 'HistoryBase',
|
| }
|
|
|
| -_custom_factories = {
|
| +_custom_factories = [
|
| 'Notification',
|
| 'EventSource',
|
| -}
|
| +]
|
|
|
| class HtmlDartGenerator(object):
|
| def __init__(self, interface, options):
|
|
|