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

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

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 | « no previous file | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/testing/Internals.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index 6098d04f2d37550f9b05fdd5a5cdf5b00963e0b9..f357b9c07cd36e79b77dc194823052f87d36136f 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -55,8 +55,9 @@ class DocumentMarker;
class Element;
class ExceptionState;
class GCObservation;
-class HTMLSelectElement;
+class HTMLInputElement;
class HTMLMediaElement;
+class HTMLSelectElement;
class InternalRuntimeFlags;
class InternalSettings;
class LayerRectList;
@@ -448,7 +449,7 @@ class Internals final : public GarbageCollectedFinalized<Internals>,
DECLARE_TRACE();
- void setValueForUser(Element*, const String&);
+ void setValueForUser(HTMLInputElement*, const String&);
String textSurroundingNode(Node*, int x, int y, unsigned long maxLength);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698