| Index: tools/dom/scripts/idlparser_test.py
|
| diff --git a/tools/dom/scripts/idlparser_test.py b/tools/dom/scripts/idlparser_test.py
|
| index 7155da78704d117b2e99d21f0ccfd4c0fcf02e6a..840cd72762a97ea23110ad0d3a52ee4192ae8eaf 100755
|
| --- a/tools/dom/scripts/idlparser_test.py
|
| +++ b/tools/dom/scripts/idlparser_test.py
|
| @@ -91,7 +91,7 @@ ERROR : %s''' % (all_syntaxes[syntax], content, expected, actual, error))
|
| self._run_test(
|
| idlparser.WEBKIT_SYNTAX,
|
| '''interface I {
|
| - attribute boolean A setter raises (E), getter raises (E);
|
| + attribute boolean A;
|
| };''',
|
| [('Interface', [('Id', 'I'), ('Attribute', [('Type', [('BooleanType', None)]), ('Id', 'A'), ('SetRaises', [('ScopedName', 'E')]), ('GetRaises', [('ScopedName', 'E')])])])])
|
|
|
|
|