| Index: Source/core/html/shadow/HTMLShadowElement.h
|
| diff --git a/Source/core/html/shadow/HTMLShadowElement.h b/Source/core/html/shadow/HTMLShadowElement.h
|
| index 24ef4c6f9f4f888f65c6cc47019ac7643b2b01f0..77741ecc588dfce00962efea1c553a0b8458aef6 100644
|
| --- a/Source/core/html/shadow/HTMLShadowElement.h
|
| +++ b/Source/core/html/shadow/HTMLShadowElement.h
|
| @@ -38,14 +38,14 @@ namespace WebCore {
|
|
|
| class HTMLShadowElement FINAL : public InsertionPoint {
|
| public:
|
| - static PassRefPtr<HTMLShadowElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<HTMLShadowElement> create(Document&);
|
|
|
| virtual ~HTMLShadowElement();
|
|
|
| ShadowRoot* olderShadowRoot();
|
|
|
| private:
|
| - HTMLShadowElement(const QualifiedName&, Document&);
|
| + explicit HTMLShadowElement(Document&);
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode* insertionPoint) OVERRIDE;
|
| };
|
|
|
|
|