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

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

Issue 1159203004: Add use counters to determine the fate of the disabled attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 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 | « no previous file | Source/core/html/HTMLLinkElement.cpp » ('j') | 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 44be463e3acde8de4695c1be3bbcb858744ace83..e1070e3fde9f62d000ae211875db591a9e116116 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -712,6 +712,11 @@ public:
V8SecurityPolicyViolationEvent_DocumentURI_AttributeGetter = 806,
V8SecurityPolicyViolationEvent_BlockedURI_AttributeGetter = 807,
V8SecurityPolicyViolationEvent_StatusCode_AttributeGetter = 808,
+ HTMLLinkElementDisabled = 809,
+ V8HTMLLinkElement_Disabled_AttributeGetter = 810,
+ V8HTMLLinkElement_Disabled_AttributeSetter = 811,
+ V8HTMLStyleElement_Disabled_AttributeGetter = 812,
+ V8HTMLStyleElement_Disabled_AttributeSetter = 813,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « no previous file | Source/core/html/HTMLLinkElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698