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

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

Issue 1857143002: Oilpan: Remove RefCountedGarbageCollectedEventTargetWithInlineData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/Source/core/dom/MessagePort.h
diff --git a/third_party/WebKit/Source/core/dom/MessagePort.h b/third_party/WebKit/Source/core/dom/MessagePort.h
index 43605ed2304a60a8c2d65890c6ea3778cce6bc22..2f0f91f145c5b1820201c6b1e95202dfacb4e960 100644
--- a/third_party/WebKit/Source/core/dom/MessagePort.h
+++ b/third_party/WebKit/Source/core/dom/MessagePort.h
@@ -56,7 +56,7 @@ typedef HeapVector<Member<MessagePort>, 1> MessagePortArray;
typedef Vector<OwnPtr<WebMessagePortChannel>, 1> MessagePortChannelArray;
class CORE_EXPORT MessagePort
- : public RefCountedGarbageCollectedEventTargetWithInlineData<MessagePort>
+ : public EventTargetWithInlineData
, public ActiveScriptWrappable
, public ActiveDOMObject
, public WebMessagePortChannelClient {
« no previous file with comments | « third_party/WebKit/Source/core/animation/Animation.cpp ('k') | third_party/WebKit/Source/core/dom/MessagePort.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698