| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 082ea065bfe5452c14f2af347da34af71646d599..f88790fb3045b14d2215dca6506c2d36da1d27bd 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -171,7 +171,7 @@ public:
|
| ElementRemoveAttributeNode, // Removed from DOM4.
|
| ElementGetAttributeNodeNS, // Removed from DOM4.
|
| DocumentCreateAttribute, // Removed from DOM4.
|
| - DocumentCreateAttributeNS, // Removed from DOM4.
|
| + REMOVEDDocumentCreateAttributeNS, // Removed from DOM4.
|
| DocumentCreateCDATASection, // Removed from DOM4.
|
| DocumentInputEncoding, // Removed from DOM4.
|
| DocumentXMLEncoding, // Removed from DOM4.
|
|
|