| Index: third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h
|
| index bf64d975ed8eafca5035b4ee19ab73f9e68fcfbc..e94d3962d2fc5ea26be8e979073cb9f3f1fb7bdd 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h
|
| @@ -49,8 +49,7 @@ public:
|
| }
|
|
|
| HTMLElement* createElementForConstructor(Document&);
|
| - virtual HTMLElement* createElementSync(Document&, const QualifiedName&) = 0;
|
| - virtual HTMLElement* createElementSync(Document&, const QualifiedName&, ExceptionState&) = 0;
|
| + virtual HTMLElement* createElementSync(Document&, const QualifiedName&, ExceptionState*) = 0;
|
| HTMLElement* createElementAsync(Document&, const QualifiedName&);
|
|
|
| void upgrade(Element*);
|
|
|