| Index: third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElement.h b/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| index 3d8353bab4c9674e07060b00f76a344eec56204f..51c299f2853146d7c615e8d1cb386f932565bc0c 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| @@ -34,8 +34,8 @@ public:
|
|
|
| static bool isValidName(const AtomicString& name);
|
|
|
| - static bool shouldCreateCustomElement(Document&, const AtomicString& localName);
|
| - static bool shouldCreateCustomElement(Document&, const QualifiedName&);
|
| + static bool shouldCreateCustomElement(const AtomicString& localName);
|
| + static bool shouldCreateCustomElement(const QualifiedName&);
|
|
|
| static HTMLElement* createCustomElementSync(Document&, const AtomicString& localName, ExceptionState&);
|
| static HTMLElement* createCustomElementSync(Document&, const QualifiedName&, ExceptionState&);
|
|
|