Chromium Code Reviews| Index: Source/core/frame/UseCounter.h |
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
| index 549a7476af825f4f7339211e05ccd66cccd1efdd..0bb6206f1b239a07fb6b8754d511e352b5b80216 100644 |
| --- a/Source/core/frame/UseCounter.h |
| +++ b/Source/core/frame/UseCounter.h |
| @@ -842,6 +842,11 @@ public: |
| NetInfoDownlinkMax = 947, |
| NetInfoOnChange = 948, |
| NetInfoOnTypeChange = 949, |
| + V8Window_Alert_Method = 950, |
| + V8Window_Alert_Method = 951, |
|
palmer
2015/09/10 01:14:17
Why define this twice?
alancutter (OOO until 2018)
2015/09/10 01:19:16
Whoops, accidentally added the overload as well.
|
| + V8Window_Confirm_Method = 952, |
| + V8Window_Prompt_Method = 953, |
| + V8Window_Print_Method = 954, |
| // Add new features immediately above this line. Don't change assigned |
| // numbers of any item, and don't reuse removed slots. |