| 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 8f8fa0500d5b9134802a5bc4be0cda0bc237f754..b788a324b43c42c9aafe5935ee9954539ad66dde 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -890,6 +890,8 @@ public:
|
| OfflineAudioContextSuspend = 1032,
|
| OfflineAudioContextResume = 1033,
|
| SVG1DOMPaintServer = 1034,
|
| + SVGSVGElementFragmentSVGView = 1035,
|
| + SVGSVGElementFragment = 1036,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|