Index: Source/core/html/HTMLOptGroupElement.h |
diff --git a/Source/core/html/HTMLOptGroupElement.h b/Source/core/html/HTMLOptGroupElement.h |
index 116763e9cb13b51585675578e3be8540a46477eb..ea4102b4e166f9430eb9104cf11728314ad44bad 100644 |
--- a/Source/core/html/HTMLOptGroupElement.h |
+++ b/Source/core/html/HTMLOptGroupElement.h |
@@ -32,7 +32,7 @@ class HTMLSelectElement; |
class HTMLOptGroupElement FINAL : public HTMLElement { |
public: |
- static PassRefPtr<HTMLOptGroupElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<HTMLOptGroupElement> create(const QualifiedName&, Document&); |
virtual bool isDisabledFormControl() const OVERRIDE; |
HTMLSelectElement* ownerSelectElement() const; |
@@ -40,7 +40,7 @@ public: |
String groupLabelText() const; |
private: |
- HTMLOptGroupElement(const QualifiedName&, Document*); |
+ HTMLOptGroupElement(const QualifiedName&, Document&); |
virtual const AtomicString& formControlType() const; |
virtual bool rendererIsFocusable() const OVERRIDE; |