| Index: third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp
|
| index 79da0fc936297192c025343268f3c2000ef8ad05..083ed72d997d6f40bec1cc2ae814abb89bd15be7 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp
|
| @@ -265,8 +265,8 @@ class LogUpgradeBuilder final : public TestCustomElementDefinitionBuilder {
|
| public:
|
| LogUpgradeBuilder() {}
|
|
|
| - CustomElementDefinition* Build(
|
| - const CustomElementDescriptor& descriptor) override {
|
| + CustomElementDefinition* Build(const CustomElementDescriptor& descriptor,
|
| + CustomElementDefinition::Id) override {
|
| return new LogUpgradeDefinition(descriptor);
|
| }
|
| };
|
|
|