| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index f90376825d2bfd0dd279c1a1b4c11416311a4b0b..f78a7cf298c39b605fd54c5594a906e1c6adf433 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -305,6 +305,7 @@ public:
|
| bool isSelectPopupVisible(Node*);
|
| bool selectPopupItemStyleIsRtl(Node*, int);
|
| int selectPopupItemStyleFontHeight(Node*, int);
|
| + void resetTypeAheadSession(HTMLSelectElement*);
|
|
|
| ClientRect* selectionBounds(ExceptionState&);
|
|
|
|
|