| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 60c359afc35577ad17b63c676ab850c52683078d..564fb75b547076dd87a775a2ccc574eca58660ff 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -205,6 +205,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);
|
|
|
| void webkitWillEnterFullScreenForElement(Document document, Element element);
|
|
|