| Index: Source/WebCore/testing/Internals.h
|
| ===================================================================
|
| --- Source/WebCore/testing/Internals.h (revision 94880)
|
| +++ Source/WebCore/testing/Internals.h (working copy)
|
| @@ -82,6 +82,8 @@
|
| void setPasswordEchoDurationInSeconds(Document*, double durationInSeconds, ExceptionCode&);
|
|
|
| bool wasLastChangeUserEdit(Element* textField, ExceptionCode&);
|
| + String suggestedValue(Element* inputElement, ExceptionCode&);
|
| + void setSuggestedValue(Element* inputElement, const String&, ExceptionCode&);
|
|
|
| static const char* internalsId;
|
|
|
|
|