Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 2cd325d389b9495fd03155747c05c47ba21e3545..fada9c4f10af31f8171aee765465c0d5b56b4684 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -626,7 +626,13 @@ public: |
CSSZoomNotEqualToOne = 691, |
SVGGraphicsElementGetTransformToElement = 692, |
ServiceWorkerClientsGetAll = 693, |
+ // The above items are available in M42 branch. |
+ |
ClientRectListItem = 694, |
+ WindowClientInformation = 695, |
+ WindowFind = 696, |
+ WindowScreenLeft = 697, |
+ WindowScreenTop = 698, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |