Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 68969db68856a1a9e796a6678c82c5e79bdb72b4..3e783b97190428a7cf89123e55d2ed8a0dd14b59 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -326,7 +326,7 @@ |
[Unscopeable] readonly attribute DOMString unscopeableAttribute; |
[Unscopeable] DOMString unscopeableMethod(); |
- ClientRectList focusRingRects(Element element); |
+ ClientRectList outlineRects(Element element); |
void setCapsLockState(boolean enabled); |
// Returns whether the scrollbar was able to be shown or hidden; not all platforms |