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

Unified Diff: Source/core/dom/Document.h

Issue 185393006: Revert "Add [WillBeGarbageCollected] to Event.idl" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 75ea42961e746f1664f2e4dd6e637ce79b95b04a..d5055526c3f216f8977529a16fbb57e3fbd3308e 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -673,8 +673,8 @@ public:
void setWindowAttributeEventListener(const AtomicString& eventType, PassRefPtr<EventListener>);
EventListener* getWindowAttributeEventListener(const AtomicString& eventType);
- PassRefPtrWillBeRawPtr<Event> createEvent(const String& eventType, ExceptionState&);
- PassRefPtrWillBeRawPtr<Event> createEvent(ExceptionState&);
+ PassRefPtr<Event> createEvent(const String& eventType, ExceptionState&);
+ PassRefPtr<Event> createEvent(ExceptionState&);
// keep track of what types of event listeners are registered, so we don't
// dispatch events unnecessarily

Powered by Google App Engine
This is Rietveld 408576698