| Index: Source/core/html/HTMLOptionElement.h
|
| diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h
|
| index 1ec8dd5f57492cf86ea62c2e62e4b8056a65dea6..aea53088458ff1f11c748b0956023fb1f01436d9 100644
|
| --- a/Source/core/html/HTMLOptionElement.h
|
| +++ b/Source/core/html/HTMLOptionElement.h
|
| @@ -67,6 +67,7 @@ public:
|
| HTMLFormElement* form() const;
|
| bool spatialNavigationFocused() const;
|
|
|
| + bool isDisplayNone() const;
|
| private:
|
| explicit HTMLOptionElement(Document&);
|
| virtual ~HTMLOptionElement();
|
|
|