Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 65a304e81be41f73302bdf8a9df2f09dde67d7c0..7327b6829b53d7a4b02a6cb2b5f0ab85db8f56af 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -104,12 +104,10 @@ |
[RaisesException] void setPagination(Document document, DOMString mode, long gap, optional long pageLength); |
- [RaisesException] DOMString configurationForViewport(Document document, |
- float devicePixelRatio, |
- long deviceWidth, |
- long deviceHeight, |
- long availableWidth, |
- long availableHeight); |
+ [RaisesException] DOMString viewportAsText(Document document, |
+ float devicePixelRatio, |
+ long availableWidth, |
+ long availableHeight); |
[RaisesException] boolean wasLastChangeUserEdit(Element textField); |
[RaisesException] boolean elementShouldAutoComplete(Element inputElement); |