Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 3be4238f12b88fa473b9ea4582ae3e9d9591553e..601ce8f4e382a645cc235f4c983748804d4c5420 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -210,6 +210,7 @@ |
[RaisesException] DOMString pageProperty(DOMString propertyName, long pageNumber); |
[RaisesException] DOMString pageSizeAndMarginsInPixels(long pageIndex, long width, long height, long marginTop, long marginRight, long marginBottom, long marginLeft); |
+ [RaisesException] void setDeviceScaleFactor(float scaleFactor); |
[RaisesException] void setPageScaleFactor(float scaleFactor, long x, long y); |
[RaisesException] void setIsCursorVisible(Document document, boolean isVisible); |