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

Unified Diff: Source/core/events/WindowEventContext.h

Issue 1310643003: Make classes and structures in core/events and core/fetch 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/events/WindowEventContext.h
diff --git a/Source/core/events/WindowEventContext.h b/Source/core/events/WindowEventContext.h
index e243b71e45c27dc689a3d912142915f18f49e7a6..65a7e258bc8c67f5fc3e118b44c665b6837e4db6 100644
--- a/Source/core/events/WindowEventContext.h
+++ b/Source/core/events/WindowEventContext.h
@@ -39,6 +39,8 @@ class Node;
class NodeEventContext;
class WindowEventContext : public NoBaseWillBeGarbageCollected<WindowEventContext> {
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(WindowEventContext);
+ WTF_MAKE_NONCOPYABLE(WindowEventContext);
public:
WindowEventContext(Event&, const NodeEventContext& topNodeEventContext);

Powered by Google App Engine
This is Rietveld 408576698