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

Unified Diff: Source/core/plugins/testing/DocumentFragmentPluginPlaceholder.h

Issue 1308633005: Make classes and structures in core/style, core/plugins and core/streams 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
« no previous file with comments | « Source/core/plugins/testing/DictionaryPluginPlaceholder.h ('k') | Source/core/streams/ReadableStreamImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/plugins/testing/DocumentFragmentPluginPlaceholder.h
diff --git a/Source/core/plugins/testing/DocumentFragmentPluginPlaceholder.h b/Source/core/plugins/testing/DocumentFragmentPluginPlaceholder.h
index d89ac0dc4ef9fd06abec652ae333e1f1dc9f0121..aa7d0ffe19a155349e317c992f87117ebce8d8eb 100644
--- a/Source/core/plugins/testing/DocumentFragmentPluginPlaceholder.h
+++ b/Source/core/plugins/testing/DocumentFragmentPluginPlaceholder.h
@@ -13,8 +13,9 @@ namespace blink {
// Populates plugin placeholder content with a document fragment.
// Used for layout tests that contain a <template>.
-class DocumentFragmentPluginPlaceholder : public NoBaseWillBeGarbageCollected<DocumentFragmentPluginPlaceholder>, public PluginPlaceholder {
+class DocumentFragmentPluginPlaceholder final : public NoBaseWillBeGarbageCollected<DocumentFragmentPluginPlaceholder>, public PluginPlaceholder {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DocumentFragmentPluginPlaceholder);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(DocumentFragmentPluginPlaceholder);
public:
static PassOwnPtrWillBeRawPtr<DocumentFragmentPluginPlaceholder> create(PassRefPtrWillBeRawPtr<DocumentFragment> fragment)
{
« no previous file with comments | « Source/core/plugins/testing/DictionaryPluginPlaceholder.h ('k') | Source/core/streams/ReadableStreamImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698