| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 12cf46559f920143a7ccea399fd53e1e66301177..fdb837e14c724397dffe3976c819eae5d3e86a24 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -131,6 +131,7 @@ public:
|
|
|
| String visiblePlaceholder(Element*);
|
| void selectColorInColorChooser(Element*, const String& colorValue);
|
| + void endColorChooser(Element*);
|
| bool hasAutofocusRequest(Document*);
|
| bool hasAutofocusRequest();
|
| Vector<String> formControlStateOfHistoryItem(ExceptionState&);
|
|
|