| Index: tools/idl_parser/test_parser/exception_web.idl
|
| diff --git a/tools/idl_parser/test_parser/exception_web.idl b/tools/idl_parser/test_parser/exception_web.idl
|
| index 3801a4aa7dcf6a121b20a10d92c579e1a9c50e3a..2e28107dfb218b72421f82956cd1ac00b1ba6b56 100644
|
| --- a/tools/idl_parser/test_parser/exception_web.idl
|
| +++ b/tools/idl_parser/test_parser/exception_web.idl
|
| @@ -48,7 +48,7 @@ partial exception MyExcPartial { };
|
| *Exception(MyExcBig)
|
| * ExceptionField(MyString)
|
| * Type()
|
| - * PrimitiveType(DOMString)
|
| + * StringType(DOMString)
|
| * Error(Unexpected "=" after identifier "ErrorSetLong".)
|
| * ExceptionField(MyLong)
|
| * Type()
|
| @@ -75,7 +75,7 @@ exception ForParent NoColon {
|
| /* TREE
|
| *Exception(MyExcConst)
|
| * Const(setString)
|
| - * PrimitiveType(DOMString)
|
| + * StringType(DOMString)
|
| * Value(NULL)
|
| */
|
| exception MyExcConst {
|
|
|