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

Unified Diff: Source/core/page/ScopedPageLoadDeferrer.h

Issue 1304063005: Make classes and structures in core/page 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/page/PrintContext.h ('k') | Source/core/page/WindowFeatures.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/ScopedPageLoadDeferrer.h
diff --git a/Source/core/page/ScopedPageLoadDeferrer.h b/Source/core/page/ScopedPageLoadDeferrer.h
index 1a4f69d93f6ec5f0f25d8b6cc2fdc09e6c46c7a1..b9ea969a0965fa25c6a0e173684d032e7e21b8ed 100644
--- a/Source/core/page/ScopedPageLoadDeferrer.h
+++ b/Source/core/page/ScopedPageLoadDeferrer.h
@@ -32,6 +32,7 @@ class Page;
class CORE_EXPORT ScopedPageLoadDeferrer final : public NoBaseWillBeGarbageCollectedFinalized<ScopedPageLoadDeferrer> {
WTF_MAKE_NONCOPYABLE(ScopedPageLoadDeferrer);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(ScopedPageLoadDeferrer);
public:
ScopedPageLoadDeferrer(Page* exclusion = nullptr);
~ScopedPageLoadDeferrer();
« no previous file with comments | « Source/core/page/PrintContext.h ('k') | Source/core/page/WindowFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698