| Index: third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h b/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h
|
| index f710de0b9183ce631156b6a27e521ad933b79aee..a1c2b223a291c8b110b64f4dbd35e12184d88b13 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h
|
| @@ -35,7 +35,8 @@ class TestCustomElementDefinitionBuilder
|
| bool CheckConstructorNotRegistered() override { return true; }
|
| bool CheckPrototype() override { return true; }
|
| bool RememberOriginalProperties() override { return true; }
|
| - CustomElementDefinition* Build(const CustomElementDescriptor&) override;
|
| + CustomElementDefinition* Build(const CustomElementDescriptor&,
|
| + CustomElementDefinition::Id) override;
|
| };
|
|
|
| class TestCustomElementDefinition : public CustomElementDefinition {
|
|
|