| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 89ab3d58553511a76855f07707c8145998c4b594..1c51262db03347f91369e6b554ed895d929cf333 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -211,6 +211,7 @@
|
| [RaisesException] DOMString pageSizeAndMarginsInPixels(long pageIndex, long width, long height, long marginTop, long marginRight, long marginBottom, long marginLeft);
|
|
|
| [RaisesException] void setPageScaleFactor(float scaleFactor, long x, long y);
|
| + [RaisesException] float pageScaleFactor();
|
|
|
| void webkitWillEnterFullScreenForElement(Document document, Element element);
|
| void webkitDidEnterFullScreenForElement(Document document, Element element);
|
|
|