Index: Source/core/html/HTMLOptGroupElement.h |
diff --git a/Source/core/html/HTMLOptGroupElement.h b/Source/core/html/HTMLOptGroupElement.h |
index 09cbd4a6c2b13a7e2ad4284225865207761a9182..71b6ba101d263144b8353c6bc011fdd7a698da3f 100644 |
--- a/Source/core/html/HTMLOptGroupElement.h |
+++ b/Source/core/html/HTMLOptGroupElement.h |
@@ -35,7 +35,7 @@ public: |
static PassRefPtr<HTMLOptGroupElement> create(const QualifiedName&, Document*); |
virtual bool isDisabledFormControl() const OVERRIDE; |
- HTMLSelectElement* ownerSelectElement() const; |
+ Result<HTMLSelectElement> ownerSelectElement() const; |
String groupLabelText() const; |