| Index: Source/core/html/HTMLIFrameElement.h
|
| diff --git a/Source/core/html/HTMLIFrameElement.h b/Source/core/html/HTMLIFrameElement.h
|
| index 3ce7371ea179a39fdbcd4369bbc55175359e812f..eab2678af2cdcb372af859c35466454efe46a36b 100644
|
| --- a/Source/core/html/HTMLIFrameElement.h
|
| +++ b/Source/core/html/HTMLIFrameElement.h
|
| @@ -30,12 +30,12 @@ namespace WebCore {
|
|
|
| class HTMLIFrameElement FINAL : public HTMLFrameElementBase {
|
| public:
|
| - static PassRefPtr<HTMLIFrameElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<HTMLIFrameElement> create(Document&);
|
|
|
| bool shouldDisplaySeamlessly() const;
|
|
|
| private:
|
| - HTMLIFrameElement(const QualifiedName&, Document&);
|
| + explicit HTMLIFrameElement(Document&);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
|
|