Chromium Code Reviews| Index: Source/core/html/HTMLOptionElement.h |
| diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h |
| index f7103f8afd88dbe83aa18de8bee9cecb0a3e6b57..1f79a1bd81ac0950f6050b107b3298defa9548fc 100644 |
| --- a/Source/core/html/HTMLOptionElement.h |
| +++ b/Source/core/html/HTMLOptionElement.h |
| @@ -64,6 +64,8 @@ public: |
| void setSelectedState(bool); |
| + HTMLFormElement* form() const; |
| + |
| private: |
| explicit HTMLOptionElement(Document&); |