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

Unified Diff: Source/core/frame/DeviceSingleWindowEventController.h

Issue 1315783003: Make classes and structures in core/frame 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/frame/DeviceSingleWindowEventController.h
diff --git a/Source/core/frame/DeviceSingleWindowEventController.h b/Source/core/frame/DeviceSingleWindowEventController.h
index 3dd2c423904eb838e42589277228d32d83fe83f3..df8e0f09cd6d750d6a988cbb74393c12f3a2a931 100644
--- a/Source/core/frame/DeviceSingleWindowEventController.h
+++ b/Source/core/frame/DeviceSingleWindowEventController.h
@@ -16,6 +16,7 @@ class Document;
class Event;
class CORE_EXPORT DeviceSingleWindowEventController : public NoBaseWillBeGarbageCollectedFinalized<DeviceSingleWindowEventController>, public PlatformEventController, public DOMWindowLifecycleObserver {
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(DeviceSingleWindowEventController);
public:
virtual ~DeviceSingleWindowEventController();

Powered by Google App Engine
This is Rietveld 408576698