Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp

Issue 2292433002: CL for perf tryjob on linux (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698