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