| 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 0a799a83741a835685f05cb4dc11a24069b85238..f9824d14d439c2d83669f28c410d750fe0f1f9a2 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1466,6 +1466,10 @@ class CORE_EXPORT UseCounter {
|
| SVGInCanvas2D = 1835,
|
| SVGInWebGL = 1836,
|
| SelectionFuncionsChangeFocus = 1837,
|
| + HTMLObjectElementGetter = 1838,
|
| + HTMLObjectElementSetter = 1839,
|
| + HTMLEmbedElementGetter = 1840,
|
| + HTMLEmbedElementSetter = 1841,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|