| Index: Source/core/html/HTMLShadowElement.h
|
| diff --git a/Source/core/html/HTMLShadowElement.h b/Source/core/html/HTMLShadowElement.h
|
| index 695c19821bac913b9e6165b35395f136ae9b237d..5f0f02695b1f0865f1c0a136de8bc67c5f00f250 100644
|
| --- a/Source/core/html/HTMLShadowElement.h
|
| +++ b/Source/core/html/HTMLShadowElement.h
|
| @@ -38,8 +38,7 @@ namespace WebCore {
|
|
|
| class HTMLShadowElement FINAL : public InsertionPoint {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLShadowElement> create(Document&);
|
| -
|
| + DECLARE_NODE_FACTORY(HTMLShadowElement);
|
| virtual ~HTMLShadowElement();
|
|
|
| ShadowRoot* olderShadowRoot();
|
|
|