| Index: Source/core/testing/InternalSettings.idl
|
| diff --git a/Source/core/testing/InternalSettings.idl b/Source/core/testing/InternalSettings.idl
|
| index 34d829a4ad920eb637b6d8221ef087cf3c1a19ef..4f53c58243e9eb7272a257d9e49abe989558409b 100644
|
| --- a/Source/core/testing/InternalSettings.idl
|
| +++ b/Source/core/testing/InternalSettings.idl
|
| @@ -52,6 +52,7 @@
|
| [RaisesException] void setAvailableHoverTypes(DOMString types);
|
| [RaisesException] void setPrimaryHoverType(DOMString type);
|
| [RaisesException] void setImageAnimationPolicy(DOMString policy);
|
| + [RaisesException] void setTextTracksEnabled(boolean enabled);
|
|
|
| // FIXME: The following are RuntimeEnabledFeatures and likely
|
| // cannot be changed after process start. These setters should
|
|
|