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

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

Issue 182763002: Add [WillBeGarbageCollected] to Event.idl (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/events/Event.idl ('k') | Source/core/events/FocusEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventFactory.h
diff --git a/Source/core/events/EventFactory.h b/Source/core/events/EventFactory.h
index 2436e3f0000f3c2349f422ce5add870c5b0011aa..7ebbb5f741bd0c0b4cc160a3d1b70227e8fc15b3 100644
--- a/Source/core/events/EventFactory.h
+++ b/Source/core/events/EventFactory.h
@@ -26,6 +26,7 @@
#ifndef EventFactory_h
#define EventFactory_h
+#include "heap/Handle.h"
#include "wtf/PassRefPtr.h"
#include "wtf/text/AtomicString.h"
@@ -35,7 +36,7 @@ class Event;
class EventFactory {
public:
- static PassRefPtr<Event> create(const String& eventType);
+ static PassRefPtrWillBeRawPtr<Event> create(const String& eventType);
};
}
« no previous file with comments | « Source/core/events/Event.idl ('k') | Source/core/events/FocusEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698