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

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

Issue 2828643002: Make customElements.define faster
Patch Set: Remove some unneeded casts. Created 3 years, 8 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/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);
}

Powered by Google App Engine
This is Rietveld 408576698