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