| 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 fb46146a12422198b4964149c9e4ca49ee22a1ac..d922f14ab952b1e2e459d266063fa5011bb16776 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h
|
| @@ -44,7 +44,9 @@
|
| void upgrade(Element*);
|
|
|
| protected:
|
| - virtual bool runConstructor(Element*) = 0;
|
| + // TODO(dominicc): Make this pure virtual when the script side is
|
| + // implemented.
|
| + virtual bool runConstructor(Element*);
|
|
|
| private:
|
| const CustomElementDescriptor m_descriptor;
|
|
|