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

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

Issue 203963005: Added STACK_ALLOCATED annotations according to the Blink GC plugin requirements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 9 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/css/parser/CSSPropertyParser.cpp ('k') | Source/core/storage/StorageEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/Event.h
diff --git a/Source/core/events/Event.h b/Source/core/events/Event.h
index c66daeb5945bbbbc13759a1c9fa9a825f41bae67..ee540781f2b1a0da62239e60dfc02cf7310e7688 100644
--- a/Source/core/events/Event.h
+++ b/Source/core/events/Event.h
@@ -38,6 +38,8 @@ class EventDispatcher;
class HTMLIFrameElement;
struct EventInit {
+ STACK_ALLOCATED();
+public:
EventInit();
bool bubbles;
« no previous file with comments | « Source/core/css/parser/CSSPropertyParser.cpp ('k') | Source/core/storage/StorageEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698