| Index: Source/core/html/LabelableElement.h
|
| diff --git a/Source/core/html/LabelableElement.h b/Source/core/html/LabelableElement.h
|
| index 86a23edf08626790453a1789de2443df6d3acaae..259285c67c98ee9bcbb86abacbc8dc0363fa5589 100644
|
| --- a/Source/core/html/LabelableElement.h
|
| +++ b/Source/core/html/LabelableElement.h
|
| @@ -44,7 +44,7 @@ public:
|
| virtual bool supportLabels() const { return false; }
|
|
|
| protected:
|
| - LabelableElement(const QualifiedName& tagName, Document*);
|
| + LabelableElement(const QualifiedName& tagName, Document&);
|
|
|
| private:
|
| virtual bool isLabelable() const OVERRIDE FINAL { return true; }
|
|
|