| 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 63783f9938091436eb9b187b192fcdeec8510565..c9cc3b557993df22d9eec11c536c4c2ba863b71d 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1527,6 +1527,8 @@ class CORE_EXPORT UseCounter {
|
| MenuItemElementIconAttribute = 1911,
|
| WebkitCSSMatrixSetMatrixValue = 1912,
|
| WebkitCSSMatrixConstructFromString = 1913,
|
| + CanRequestURLHTTPContainingNewline = 1914,
|
| + CanRequestURLNonHTTPContainingNewline = 1915,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|