| Index: tools/idl_parser/test_parser/dictionary_web.idl
|
| diff --git a/tools/idl_parser/test_parser/dictionary_web.idl b/tools/idl_parser/test_parser/dictionary_web.idl
|
| index 2fd602e1491e005165e652c0359d81d5dd24d544..835124603418588d9fe79df94f4d771bcffb8b92 100644
|
| --- a/tools/idl_parser/test_parser/dictionary_web.idl
|
| +++ b/tools/idl_parser/test_parser/dictionary_web.idl
|
| @@ -53,7 +53,7 @@ partial dictionary MyDictInherit : Foo {};
|
| *Dictionary(MyDictBig)
|
| * Key(setString)
|
| * Type()
|
| - * PrimitiveType(DOMString)
|
| + * StringType(DOMString)
|
| * Default(Foo)
|
| * Key(setLong)
|
| * Type()
|
| @@ -88,7 +88,7 @@ dictionary {
|
| *Dictionary(MyDictionaryInvalidOptional)
|
| * Key(mandatory)
|
| * Type()
|
| - * PrimitiveType(DOMString)
|
| + * StringType(DOMString)
|
| * Error(Unexpected keyword "optional" after ">".)
|
| */
|
| dictionary MyDictionaryInvalidOptional {
|
| @@ -105,7 +105,7 @@ dictionary ForParent NoColon {
|
| *Dictionary(MyDictNull)
|
| * Key(setString)
|
| * Type()
|
| - * PrimitiveType(DOMString)
|
| + * StringType(DOMString)
|
| * Default(NULL)
|
| */
|
| dictionary MyDictNull {
|
|
|