| Index: Source/core/testing/InternalSettings.idl
|
| diff --git a/Source/core/testing/InternalSettings.idl b/Source/core/testing/InternalSettings.idl
|
| index e8055c3d451d4c4e228d9adf839ed617dad99e47..08b9a6cbcccedbb6f316f400abca19bb32b9308a 100644
|
| --- a/Source/core/testing/InternalSettings.idl
|
| +++ b/Source/core/testing/InternalSettings.idl
|
| @@ -29,7 +29,6 @@
|
| // 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 setTouchEventEmulationEnabled(boolean enabled);
|
| [RaisesException] void setStandardFontFamily(DOMString family, DOMString script);
|
| [RaisesException] void setSerifFontFamily(DOMString family, DOMString script);
|
| [RaisesException] void setSansSerifFontFamily(DOMString family, DOMString script);
|
|
|