| 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 728d184ef29d211bc01997fbc6a3b63b450bb7f7..de56e4a17b7b7cc33f30c33509f24e4d5cbb1858 100644 | 
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h | 
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h | 
| @@ -1221,6 +1221,8 @@ public: | 
| CrossOriginWindowPrint = 1414, | 
| MediaStreamOnActive = 1415, | 
| MediaStreamOnInactive = 1416, | 
| +        AddEventListenerPassiveTrue = 1417, | 
| +        AddEventListenerPassiveFalse = 1418, | 
|  | 
| // Add new features immediately above this line. Don't change assigned | 
| // numbers of any item, and don't reuse removed slots. | 
|  |