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

Unified Diff: Source/core/streams/ExclusiveStreamReaderTest.cpp

Issue 896993002: Add trace method for NoopUnderlyingSource GC mixin. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/core/streams/ExclusiveStreamReaderTest.cpp
diff --git a/Source/core/streams/ExclusiveStreamReaderTest.cpp b/Source/core/streams/ExclusiveStreamReaderTest.cpp
index f57925b5270fe7d42fc355b5af226e1294e1b868..26de2dfd2a6c1aa9869cfa7d5ae61c9a1eda3efe 100644
--- a/Source/core/streams/ExclusiveStreamReaderTest.cpp
+++ b/Source/core/streams/ExclusiveStreamReaderTest.cpp
@@ -54,6 +54,8 @@ class NoopUnderlyingSource final : public GarbageCollectedFinalized<NoopUnderlyi
public:
~NoopUnderlyingSource() override { }
+ void trace(Visitor* visitor) override { UnderlyingSource::trace(visitor); }
+
void pullSource() override { }
ScriptPromise cancelSource(ScriptState* scriptState, ScriptValue reason) { return ScriptPromise::cast(scriptState, reason); }
};
« 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