Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/UseCounter.h |
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h |
| index e0b7b11b60543919584d20b87bfbb5c69cf85278..c029a6b64e5198e2d122dddcfdc0126b91efe321 100644 |
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h |
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
| @@ -372,7 +372,6 @@ public: |
| CSSSelectorPseudoHost = 469, |
| CSSSelectorPseudoHostContext = 470, |
| CSSDeepCombinator = 471, |
| - SyncXHRWithCredentials = 472, |
|
sof
2016/05/31 20:32:20
What's the procedure to follow wrt updating tools/
foolip
2016/05/31 21:45:53
They aren't removed by running the script, and all
sof
2016/06/01 05:34:16
ok, there'll be a major GC when the list becomes t
foolip
2016/06/01 06:56:20
Yeah. The way I hope it works out is that each cou
|
| // The above items are available in M37 branch. |
| UseAsm = 473, |