Index: Source/core/testing/InternalSettings.idl |
diff --git a/Source/core/testing/InternalSettings.idl b/Source/core/testing/InternalSettings.idl |
index f1d75949f840f42a61712692fe8fd1fb6a020f72..e14e5194476cfd501f72e8b2967de82b9d683212 100644 |
--- a/Source/core/testing/InternalSettings.idl |
+++ b/Source/core/testing/InternalSettings.idl |
@@ -28,6 +28,7 @@ |
// All methods which access Page::settings() can raise an exception |
// when the page cannot be accessed. (Such as during page tear-down.) |
[RaisesException] void setMockScrollbarsEnabled(boolean enabled); |
+ [RaisesException] void setMockScrollbarsUseOverlay(boolean enabled); |
[RaisesException] void setTouchEventEmulationEnabled(boolean enabled); |
[RaisesException] void setStandardFontFamily(DOMString family, DOMString script); |
[RaisesException] void setSerifFontFamily(DOMString family, DOMString script); |