| 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 9f8b010bed6e8a15d920e3c220d71e947f20ce1c..f0e2f9e02e28dbe8b0acb1addee5cd02633f4edd 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1474,6 +1474,8 @@ class CORE_EXPORT UseCounter {
|
| DOMClobberedVariableAccessed = 1824,
|
| HTMLDocumentCreateProcessingInstruction = 1825,
|
| FetchResponseConstructionWithStream = 1826,
|
| + LocationOrigin = 1827,
|
| + DocumentOrigin = 1828,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|