| Index: third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.cpp
|
| index 4a144738930d6de0303395633ce5d405e939bccd..09cdd77ca898eb2e93274717a9ebb3214e6193b2 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.cpp
|
| @@ -7,7 +7,8 @@
|
| namespace blink {
|
|
|
| CustomElementDefinition* TestCustomElementDefinitionBuilder::Build(
|
| - const CustomElementDescriptor& descriptor) {
|
| + const CustomElementDescriptor& descriptor,
|
| + CustomElementDefinition::Id) {
|
| return new TestCustomElementDefinition(descriptor);
|
| }
|
|
|
|
|