| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index e5ff0da86bea575c886a6ee189d0bddc911e2860..d503d8255f138b33f85f01431fa6528b755f8192 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&);
|
|
|