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 8a0929225e72fd3ebc23300baf6454a2f8724477..2717cadb32133f036aea21f3d1184526039b5d9b 100644 |
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h |
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h |
@@ -49,9 +49,6 @@ class CORE_EXPORT CustomElementDefinition |
HTMLElement* createElementForConstructor(Document&); |
virtual HTMLElement* createElementSync(Document&, const QualifiedName&) = 0; |
- virtual HTMLElement* createElementSync(Document&, |
- const QualifiedName&, |
- ExceptionState&) = 0; |
HTMLElement* createElementAsync(Document&, const QualifiedName&); |
void upgrade(Element*); |