Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(865)

Unified Diff: Source/core/frame/UseCounter.h

Issue 124643003: Remove Attr.isId and Attr.ownerElement. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Bump unused use counter slot number due to conflict. Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/Attr.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « Source/core/dom/Attr.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698