Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 5cf148d7fdb57221d1be60fda11eb02f1c676159..1d403aada7e10d80a9b749ba9e0d05f757a1c35b 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -162,6 +162,7 @@ public: |
bool elementShouldAutoComplete(Element* inputElement, ExceptionState&); |
String suggestedValue(Element*, ExceptionState&); |
void setSuggestedValue(Element*, const String&, ExceptionState&); |
+ void setValueAfterUserGesture(Element*, const String&, ExceptionState&); |
void setEditingValue(Element* inputElement, const String&, ExceptionState&); |
void setAutofilled(Element*, bool enabled, ExceptionState&); |
void scrollElementToRect(Element*, long x, long y, long w, long h, ExceptionState&); |