| Index: Source/core/html/HTMLOptGroupElement.h
|
| diff --git a/Source/core/html/HTMLOptGroupElement.h b/Source/core/html/HTMLOptGroupElement.h
|
| index 383bebe7e62f10772fd58d18f25bc8aa49252f8e..54ed7b5647d08ad469128ef9b909eb32bbea3ef2 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(Document&);
|
|
|
| virtual bool isDisabledFormControl() const OVERRIDE;
|
| HTMLSelectElement* ownerSelectElement() const;
|
| @@ -40,7 +40,7 @@ public:
|
| String groupLabelText() const;
|
|
|
| private:
|
| - HTMLOptGroupElement(const QualifiedName&, Document&);
|
| + explicit HTMLOptGroupElement(Document&);
|
|
|
| virtual const AtomicString& formControlType() const;
|
| virtual bool rendererIsFocusable() const OVERRIDE;
|
|
|