| 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 af35a822dfa6b94b7323942bd6c19e7b1de37b69..d8820faa0f4ffb314eebabe98acc4dbe4d613145 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp
|
| @@ -217,12 +217,7 @@ public:
|
| return true;
|
| }
|
|
|
| - HTMLElement* createElementSync(Document&, const QualifiedName&) override
|
| - {
|
| - return nullptr;
|
| - }
|
| -
|
| - HTMLElement* createElementSync(Document&, const QualifiedName&, ExceptionState&) override
|
| + HTMLElement* createElementSync(Document&, const QualifiedName&, ExceptionState*) override
|
| {
|
| return nullptr;
|
| }
|
|
|