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

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

Issue 2828643002: Make customElements.define faster
Patch Set: Try to make Android builder happy. 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.h
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h b/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h
index f710de0b9183ce631156b6a27e521ad933b79aee..a1c2b223a291c8b110b64f4dbd35e12184d88b13 100644
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h
@@ -35,7 +35,8 @@ class TestCustomElementDefinitionBuilder
bool CheckConstructorNotRegistered() override { return true; }
bool CheckPrototype() override { return true; }
bool RememberOriginalProperties() override { return true; }
- CustomElementDefinition* Build(const CustomElementDescriptor&) override;
+ CustomElementDefinition* Build(const CustomElementDescriptor&,
+ CustomElementDefinition::Id) override;
};
class TestCustomElementDefinition : public CustomElementDefinition {

Powered by Google App Engine
This is Rietveld 408576698