| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 61e035ddc52e20f7aa6734201f60cb39472f6bba..b45f5a9f05f5736bf3ffac8bb6a9950e43bd0221 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -293,7 +293,7 @@
|
| [CallWith=ScriptState] Promise promiseCheckOverload(Document arg1);
|
| [CallWith=ScriptState] Promise promiseCheckOverload(Location arg1, long arg2, long arg3);
|
|
|
| - void setValueForUser(Element element, DOMString value);
|
| + void setValueForUser(HTMLInputElement element, DOMString value);
|
|
|
| DOMString textSurroundingNode(Node node, long x, long y, unsigned long maxLength);
|
|
|
|
|