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

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

Issue 1238083002: Oilpan: Move the EventListener hierarchy to Oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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/MessagePort.h
diff --git a/Source/core/dom/MessagePort.h b/Source/core/dom/MessagePort.h
index d411c21872463c6d405f5cce3a73f9ee963fe6ae..8e7f8083906dc0fa05df0154fd486a15df2d17c6 100644
--- a/Source/core/dom/MessagePort.h
+++ b/Source/core/dom/MessagePort.h
@@ -93,7 +93,7 @@ public:
bool hasPendingActivity() const override;
void stop() override { close(); }
- void setOnmessage(PassRefPtr<EventListener> listener)
+ void setOnmessage(PassRefPtrWillBeRawPtr<EventListener> listener)
{
setAttributeEventListener(EventTypeNames::message, listener);
start();

Powered by Google App Engine
This is Rietveld 408576698