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

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

Issue 1922763003: Remove unnecessary uses of GarbageCollectedFinalized<>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo revival of unused includes 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/input/InputDeviceCapabilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/MessageChannel.h
diff --git a/third_party/WebKit/Source/core/dom/MessageChannel.h b/third_party/WebKit/Source/core/dom/MessageChannel.h
index 377356ebfadbb89111e7ef0fb44bc230f7eb6ccb..12c99ab7dca339c484ad7956b9d3d7094b0ba84a 100644
--- a/third_party/WebKit/Source/core/dom/MessageChannel.h
+++ b/third_party/WebKit/Source/core/dom/MessageChannel.h
@@ -35,7 +35,7 @@ namespace blink {
class MessagePort;
class ExecutionContext;
-class MessageChannel final : public GarbageCollectedFinalized<MessageChannel>, public ScriptWrappable {
+class MessageChannel final : public GarbageCollected<MessageChannel>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
static MessageChannel* create(ExecutionContext* context)
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/input/InputDeviceCapabilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698