| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 63866041a3ba04b2a215385a87c1ebce6773e104..1eebce09173949fd50057382cbfd9c8fafa7655b 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -157,8 +157,8 @@ public:
|
|
|
| bool wasLastChangeUserEdit(Element* textField, ExceptionState&);
|
| bool elementShouldAutoComplete(Element* inputElement, ExceptionState&);
|
| - String suggestedValue(Element* inputElement, ExceptionState&);
|
| - void setSuggestedValue(Element* inputElement, const String&, ExceptionState&);
|
| + String suggestedValue(Element*, ExceptionState&);
|
| + void setSuggestedValue(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&);
|
|
|