Commit 4a70dd49 authored by tkent@chromium.org's avatar tkent@chromium.org

Add comments to tell UseCounter availability in branches.

BUG=
NOTRY=true

Review URL: https://codereview.chromium.org/209043006

git-svn-id: svn://svn.chromium.org/blink/trunk@169986 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent f21716d5
...@@ -239,6 +239,8 @@ public: ...@@ -239,6 +239,8 @@ public:
CSSStyleSheetRules = 219, CSSStyleSheetRules = 219,
CSSStyleSheetAddRule = 220, CSSStyleSheetAddRule = 220,
CSSStyleSheetRemoveRule = 221, CSSStyleSheetRemoveRule = 221,
// The above items are available in M33 branch.
InitMessageEvent = 222, InitMessageEvent = 222,
PrefixedInitMessageEvent = 223, PrefixedInitMessageEvent = 223,
ElementSetPrefix = 224, // Element.prefix is readonly in DOM4. ElementSetPrefix = 224, // Element.prefix is readonly in DOM4.
...@@ -288,6 +290,8 @@ public: ...@@ -288,6 +290,8 @@ public:
PromiseCast = 271, PromiseCast = 271,
PromiseReject = 272, PromiseReject = 272,
PromiseResolve = 273, PromiseResolve = 273,
// The above items are available in M34 branch.
TextAutosizing = 274, TextAutosizing = 274,
TextAutosizingLayout = 275, TextAutosizingLayout = 275,
HTMLAnchorElementPingAttribute = 276, HTMLAnchorElementPingAttribute = 276,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment