| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index c9fdf122d3a1a2810d28ae10d2b5b8a2e744cf63..d9906b7510639a0ca3b28616c26099ac76535af9 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -255,7 +255,6 @@ public:
|
| String pageSizeAndMarginsInPixels(int, int, int, int, int, int, int, ExceptionState& = ASSERT_NO_EXCEPTION_STATE) const;
|
|
|
| void setDeviceScaleFactor(float scaleFactor, ExceptionState&);
|
| - void setPageScaleFactor(float scaleFactor, int x, int y, ExceptionState&);
|
|
|
| void setIsCursorVisible(Document*, bool, ExceptionState&);
|
|
|
|
|