| Index: Source/WebCore/testing/InternalSettings.idl
|
| diff --git a/Source/WebCore/testing/InternalSettings.idl b/Source/WebCore/testing/InternalSettings.idl
|
| index d7fea534c99c0a592951f359673c697956125dcd..d46a4c381960472293084602c30290e288da6632 100644
|
| --- a/Source/WebCore/testing/InternalSettings.idl
|
| +++ b/Source/WebCore/testing/InternalSettings.idl
|
| @@ -49,6 +49,7 @@
|
| [RaisesException] void setEditingBehavior(DOMString behavior);
|
| [RaisesException] void setDialogElementEnabled(boolean enabled);
|
| void setLangAttributeAwareFormControlUIEnabled(boolean enabled);
|
| + [RaisesException] void setPrimaryPointerDevices(DOMString pointer);
|
|
|
| [Conditional=VIDEO_TRACK, RaisesException] void setShouldDisplayTrackKind(DOMString kind, boolean enabled);
|
| [Conditional=VIDEO_TRACK, RaisesException] boolean shouldDisplayTrackKind(DOMString trackKind);
|
|
|