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

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

Issue 209043006: Add comments to tell UseCounter availability in branches. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: following -> above Created 6 years, 9 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 | 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 5965d5f9b04ef43ed2e366a595930bacc9eea3a8..e6ac79aa91d1d63ce04a3f918d81e12fcee42629 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -239,6 +239,8 @@ public:
CSSStyleSheetRules = 219,
CSSStyleSheetAddRule = 220,
CSSStyleSheetRemoveRule = 221,
+ // The above items are available in M33 branch.
+
InitMessageEvent = 222,
PrefixedInitMessageEvent = 223,
ElementSetPrefix = 224, // Element.prefix is readonly in DOM4.
@@ -288,6 +290,8 @@ public:
PromiseCast = 271,
PromiseReject = 272,
PromiseResolve = 273,
+ // The above items are available in M34 branch.
+
TextAutosizing = 274,
TextAutosizingLayout = 275,
HTMLAnchorElementPingAttribute = 276,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698