| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 51083edd4fba6de44f9e4910c29c503232be54e7..2262b30f02130d6b39a148711e210cd416652ec4 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -140,7 +140,7 @@ public:
|
| DocumentCreateAttribute = 111,
|
| DocumentCreateAttributeNS = 112,
|
| DocumentCreateCDATASection = 113, // Removed from DOM4.
|
| - DocumentInputEncoding = 114, // Removed from DOM4.
|
| + DocumentInputEncoding = 114,
|
| DocumentXMLEncoding = 115, // Removed from DOM4.
|
| DocumentXMLStandalone = 116, // Removed from DOM4.
|
| DocumentXMLVersion = 117, // Removed from DOM4.
|
|
|