Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index e87fcbba92cd05ddc2f3b7e738d4e0eefa39ec7d..35bd923671a23e0b3536f6643b305d0c6671a1e2 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -210,7 +210,6 @@ |
[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); |