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

Unified Diff: Source/core/page/DOMWindowPagePopup.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/AutoscrollController.h ('k') | Source/core/page/DragSession.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DOMWindowPagePopup.h
diff --git a/Source/core/page/DOMWindowPagePopup.h b/Source/core/page/DOMWindowPagePopup.h
index 6ab7684f1def3b78f3436bda3e994243e16e54c5..2dea1c52c012dbaad1ab56f32ebfb3492ada4b8a 100644
--- a/Source/core/page/DOMWindowPagePopup.h
+++ b/Source/core/page/DOMWindowPagePopup.h
@@ -44,6 +44,7 @@ class PagePopupController;
class CORE_EXPORT DOMWindowPagePopup final : public NoBaseWillBeGarbageCollected<DOMWindowPagePopup>, public WillBeHeapSupplement<LocalDOMWindow> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DOMWindowPagePopup);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(DOMWindowPagePopup);
public:
static PagePopupController* pagePopupController(DOMWindow&);
static void install(LocalDOMWindow&, PagePopup&, PagePopupClient*);
« no previous file with comments | « Source/core/page/AutoscrollController.h ('k') | Source/core/page/DragSession.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698