Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/CollectionType.h |
| diff --git a/third_party/WebKit/Source/core/html/CollectionType.h b/third_party/WebKit/Source/core/html/CollectionType.h |
| index 62f8af7215fac372ee02ee128988519db10fdd95..6e679e164d504afaeace24cc56f128e9acb6d56a 100644 |
| --- a/third_party/WebKit/Source/core/html/CollectionType.h |
| +++ b/third_party/WebKit/Source/core/html/CollectionType.h |
| @@ -57,6 +57,7 @@ enum CollectionType { |
| kClassCollectionType, |
| kTagCollectionType, |
| kHTMLTagCollectionType, |
| + kTagCollectionNSType, |
| // Live NodeList. |
| kNameNodeListType, |