Index: Source/core/html/HTMLFormElement.h |
diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h |
index b547e58a93ef8dadfd3c48e1ef30a5ca808da2b3..03382ea9b3ab8b072cec81dc13ef77f9e44a12d5 100644 |
--- a/Source/core/html/HTMLFormElement.h |
+++ b/Source/core/html/HTMLFormElement.h |
@@ -47,7 +47,6 @@ class HTMLInputElement; |
class HTMLFormElement FINAL : public HTMLElement { |
public: |
static PassRefPtr<HTMLFormElement> create(Document&); |
- static PassRefPtr<HTMLFormElement> create(const QualifiedName&, Document&); |
virtual ~HTMLFormElement(); |
PassRefPtr<HTMLCollection> elements(); |
@@ -125,7 +124,7 @@ public: |
void anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Node>&); |
private: |
- HTMLFormElement(const QualifiedName&, Document&); |
+ explicit HTMLFormElement(Document&); |
virtual bool rendererIsNeeded(const RenderStyle&); |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |