| Index: Source/core/testing/Internals.h | 
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h | 
| index c9fdf122d3a1a2810d28ae10d2b5b8a2e744cf63..e76a0a37e7631d49f79f680c064a25ef7b3f6924 100644 | 
| --- a/Source/core/testing/Internals.h | 
| +++ b/Source/core/testing/Internals.h | 
| @@ -251,8 +251,8 @@ public: | 
| Vector<String> allIconURLs(Document*) const; | 
|  | 
| int numberOfPages(float pageWidthInPixels = 800, float pageHeightInPixels = 600); | 
| -    String pageProperty(String, int, ExceptionState& = ASSERT_NO_EXCEPTION_STATE) const; | 
| -    String pageSizeAndMarginsInPixels(int, int, int, int, int, int, int, ExceptionState& = ASSERT_NO_EXCEPTION_STATE) const; | 
| +    String pageProperty(String, int, ExceptionState& = ASSERT_NO_EXCEPTION) const; | 
| +    String pageSizeAndMarginsInPixels(int, int, int, int, int, int, int, ExceptionState& = ASSERT_NO_EXCEPTION) const; | 
|  | 
| void setDeviceScaleFactor(float scaleFactor, ExceptionState&); | 
| void setPageScaleFactor(float scaleFactor, int x, int y, ExceptionState&); | 
|  |