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

Unified Diff: third_party/WebKit/Source/core/page/EventSourceParserTest.cpp

Issue 1717863002: EventSourceParserTest: fix invalid cast in GC finalizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/page/EventSourceParserTest.cpp
diff --git a/third_party/WebKit/Source/core/page/EventSourceParserTest.cpp b/third_party/WebKit/Source/core/page/EventSourceParserTest.cpp
index 800b15b6a471c8478f0ede35fded409d5674d9a9..d9db5532c5b6fb8fad0a355fa5face54def5ace9 100644
--- a/third_party/WebKit/Source/core/page/EventSourceParserTest.cpp
+++ b/third_party/WebKit/Source/core/page/EventSourceParserTest.cpp
@@ -59,7 +59,7 @@ private:
Vector<EventOrReconnectionTimeSetting> m_events;
};
-class StoppingClient : public GarbageCollectedFinalized<Client>, public EventSourceParser::Client {
+class StoppingClient : public GarbageCollectedFinalized<StoppingClient>, public EventSourceParser::Client {
USING_GARBAGE_COLLECTED_MIXIN(StoppingClient);
public:
~StoppingClient() override {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698