| Index: lib/html/scripts/systemnative.py
|
| diff --git a/lib/html/scripts/systemnative.py b/lib/html/scripts/systemnative.py
|
| index f7ca05d1b669e1fefd939f3f6c2dd7809205f425..7435331da59bd337d9cbcc51751d073b4cfd88ad 100644
|
| --- a/lib/html/scripts/systemnative.py
|
| +++ b/lib/html/scripts/systemnative.py
|
| @@ -807,6 +807,8 @@ class DartiumBackend(object):
|
| # as it's a single instance.
|
| if self._interface.id == 'CSSStyleDeclaration' and operation.id == 'setProperty' and argument.id == 'priority':
|
| return False
|
| + if argument.type.id == 'Dictionary':
|
| + return False
|
| return True
|
|
|
| def _GenerateCPPIncludes(self, includes):
|
|
|