Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index a1ea164a2c4bd9fac05593291fd2a32debb456bc..8067561d36e805c60865d39670f682e7ab199fe2 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -313,4 +313,6 @@ |
[Unscopeable] readonly attribute DOMString unscopeableAttribute; |
[Unscopeable] DOMString unscopeableMethod(); |
+ |
+ ClientRectList focusRingRects(Element element); |
}; |