Index: third_party/WebKit/Source/core/testing/Internals.idl |
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl |
index 8b665fc524cc8b1e3450452b034f0e9d735e02de..ed51a0c4a135f440300d2cc5a785552f97f8607a 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.idl |
+++ b/third_party/WebKit/Source/core/testing/Internals.idl |
@@ -209,6 +209,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] float pageScaleFactor(); |
[RaisesException] void setPageScaleFactor(float scaleFactor); |
[RaisesException] void setPageScaleFactorLimits(float minScaleFactor, float maxScaleFactor); |