Index: Source/core/html/HTMLProgressElement.h |
diff --git a/Source/core/html/HTMLProgressElement.h b/Source/core/html/HTMLProgressElement.h |
index 28e0125caeb294ca69eb689a5d14c9c0068cc505..6162ded1570335e5aee031ff7ce5aaf35bbcc095 100644 |
--- a/Source/core/html/HTMLProgressElement.h |
+++ b/Source/core/html/HTMLProgressElement.h |
@@ -34,7 +34,7 @@ public: |
static const double IndeterminatePosition; |
static const double InvalidPosition; |
- static PassRefPtr<HTMLProgressElement> create(const QualifiedName&, Document&); |
+ static PassRefPtr<HTMLProgressElement> create(Document&); |
double value() const; |
void setValue(double, ExceptionState&); |
@@ -47,7 +47,7 @@ public: |
virtual bool canContainRangeEndPoint() const { return false; } |
private: |
- HTMLProgressElement(const QualifiedName&, Document&); |
+ explicit HTMLProgressElement(Document&); |
virtual ~HTMLProgressElement(); |
virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } |