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

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

Issue 126713004: Remove Node.prefix so it's no longer visible to script. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove spurious OVERRIDE. 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/Node.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 6d96e9018766efc1f91f8bb472495212bbf34872..144b9962c5b8a435aeb4fc98a9b02d366b080198 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -180,7 +180,7 @@ public:
NodeIsSameNode, // Removed from DOM4.
NodeIsSupported, // Removed from DOM4.
NodeNamespaceURI, // Removed from DOM4.
- NodePrefix, // Removed from DOM4.
+ UnusedSlot06, // Removed, was Node.prefix.
NodeLocalName, // Removed from DOM4.
NavigatorProductSub,
NavigatorVendor,
@@ -283,6 +283,7 @@ public:
CSSStyleSheetRemoveRule,
InitMessageEvent,
PrefixedInitMessageEvent,
+ ElementSetPrefix, // Element.prefix is readonly in DOM4.
// Add new features immediately above this line. Don't change assigned
// numbers of each items, and don't reuse unused slots.
NumberOfFeatures, // This enum value must be last.
« no previous file with comments | « Source/core/dom/Node.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698