| 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 080ac2b2f8da48d5cbb709bc60d7d53d068cff7e..a733051c50b982c5599d218ecf1d865b8de8c3ce 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| @@ -47,6 +47,8 @@ public:
|
| static void enqueueAttributeChangedCallback(Element*, const QualifiedName&,
|
| const AtomicString& oldValue, const AtomicString& newValue);
|
|
|
| + static void tryToUpgrade(Element*);
|
| +
|
| private:
|
| static HTMLElement* createUndefinedElement(Document&, const QualifiedName&);
|
| };
|
|
|