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 83e6019db096cbabba9e3188f646de4350d73018..6402e1d7766b301076a3a73a882fe8e4fdf078db 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1126,6 +1126,16 @@ public: |
V8Node_IsConnected_AttributeGetter = 1307, |
ShadowRootDelegatesFocus = 1308, |
MixedShadowRootV0AndV1 = 1309, |
+ ImageDocumentInFrame = 1310, |
+ MediaDocument = 1311, |
+ MediaDocumentInFrame = 1312, |
+ PluginDocument = 1313, |
+ PluginDocumentInFrame = 1314, |
+ SinkDocument = 1315, |
+ SinkDocumentInFrame = 1316, |
+ TextDocument = 1317, |
+ TextDocumentInFrame = 1318, |
+ ViewSourceDocument = 1319, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |