| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 144b9962c5b8a435aeb4fc98a9b02d366b080198..0cf62701d6a3e20eca75c93e306422efa4c0010f 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -218,8 +218,8 @@ public:
|
| SVGFontInCSS,
|
| ScrollTopBodyNotQuirksMode,
|
| ScrollLeftBodyNotQuirksMode,
|
| - AttributeIsId, // Removed in DOM4.
|
| - AttributeOwnerElement, // Removed in DOM4.
|
| + UnusedSlot07, // Removed, was Attr.isId.
|
| + UnusedSlot08, // Removed, was Attr.ownerElement.
|
| AttributeSetPrefix, // Attribute prefix is readonly in DOM4.
|
| AttributeSpecified, // Removed in DOM4.
|
| BeforeLoadEventInIsolatedWorld,
|
|
|