Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(729)

Unified Diff: third_party/WebKit/Source/core/testing/Internals.idl

Issue 2500793002: Internals.setValueForUser(): add argument type check. (Closed)
Patch Set: constrain argument type via IDL Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698