| Index: Source/core/html/HTMLMeterElement.h
|
| diff --git a/Source/core/html/HTMLMeterElement.h b/Source/core/html/HTMLMeterElement.h
|
| index 67aecbeb3c961f6ddfa95ec71218ea6cdd9722f9..2e1d6b654b02ac78bf8ec17d9678a3877a9dc3fd 100644
|
| --- a/Source/core/html/HTMLMeterElement.h
|
| +++ b/Source/core/html/HTMLMeterElement.h
|
| @@ -31,7 +31,7 @@ class RenderMeter;
|
|
|
| class HTMLMeterElement FINAL : public LabelableElement {
|
| public:
|
| - static PassRefPtr<HTMLMeterElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<HTMLMeterElement> create(const QualifiedName&, Document&);
|
|
|
| enum GaugeRegion {
|
| GaugeRegionOptimum,
|
| @@ -63,7 +63,7 @@ public:
|
| bool canContainRangeEndPoint() const { return false; }
|
|
|
| private:
|
| - HTMLMeterElement(const QualifiedName&, Document*);
|
| + HTMLMeterElement(const QualifiedName&, Document&);
|
| virtual ~HTMLMeterElement();
|
|
|
| virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
|
|
|