| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index f1ad183d33d683ff3bf1ba0e0e46538a24c744a0..c535dab8b2dafb71409281cdc6c9e163a69eff43 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -249,11 +249,11 @@ public:
|
|
|
| String counterValue(Element*);
|
|
|
| - int pageNumber(Element*, float pageWidth = 800, float pageHeight = 600);
|
| + int pageNumber(Element*, float pageWidth, float pageHeight, ExceptionState&);
|
| Vector<String> shortcutIconURLs(Document*) const;
|
| Vector<String> allIconURLs(Document*) const;
|
|
|
| - int numberOfPages(float pageWidthInPixels = 800, float pageHeightInPixels = 600);
|
| + int numberOfPages(float pageWidthInPixels, float pageHeightInPixels, ExceptionState&);
|
| String pageProperty(String, int, ExceptionState& = ASSERT_NO_EXCEPTION) const;
|
| String pageSizeAndMarginsInPixels(int, int, int, int, int, int, int, ExceptionState& = ASSERT_NO_EXCEPTION) const;
|
|
|
|
|