| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 0fca033ca8dc33c090c11eedf9c6ed1a58415ff6..01598aa472a3986847875d62472db397e04d32d4 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -80,7 +80,7 @@
|
|
|
| DOMString visiblePlaceholder(Element element);
|
|
|
| - void selectColorInColorChooser(Element element, DOMString colorValue);
|
| + [TypeChecking=Interface] void selectColorInColorChooser(Element element, DOMString colorValue);
|
|
|
| // If the argument is omitted, the top-level document is used.
|
| boolean hasAutofocusRequest(optional Document document);
|
|
|