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

Unified Diff: Source/core/dom/custom/CustomElementMicrotaskImportStep.h

Issue 1304043002: Make classes and structures in core/dom fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/core/dom/custom/CustomElementMicrotaskImportStep.h
diff --git a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h
index a7161e5f27d40f5f95a1abd45c5c16f00006f7af..ec042e1e6e060e3f6cfebf165efd4780d56414a8 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h
+++ b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h
@@ -50,8 +50,7 @@ class HTMLImportChild;
//
// This step blocks further Custom Element microtask processing if its
// import isn't "ready" (finished parsing and running script.)
-class CustomElementMicrotaskImportStep : public CustomElementMicrotaskStep {
- WTF_MAKE_NONCOPYABLE(CustomElementMicrotaskImportStep);
+class CustomElementMicrotaskImportStep final : public CustomElementMicrotaskStep {
public:
static PassOwnPtrWillBeRawPtr<CustomElementMicrotaskImportStep> create(HTMLImportChild*);
~CustomElementMicrotaskImportStep() override;

Powered by Google App Engine
This is Rietveld 408576698