| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index e441c74a6cb6a275575519f1bb95173ed475b923..46bcb86c4ee48a4ff7152b3004a40293c09dd9eb 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -123,6 +123,7 @@ public:
|
| String visiblePlaceholder(Element*);
|
| #if ENABLE(INPUT_TYPE_COLOR)
|
| void selectColorInColorChooser(Element*, const String& colorValue);
|
| + bool isColorChooserShown(Element*);
|
| #endif
|
| Vector<String> formControlStateOfPreviousHistoryItem(ExceptionCode&);
|
| void setFormControlStateOfPreviousHistoryItem(const Vector<String>&, ExceptionCode&);
|
|
|