Commit 4ec3d303 authored by sigbjornf's avatar sigbjornf Committed by Commit bot

Fix non-Oilpan build following r374308.

TBR=oilpan-reviews
BUG=503491

Review URL: https://codereview.chromium.org/1688893002

Cr-Commit-Position: refs/heads/master@{#374724}
parent ec0d7d23
......@@ -20,7 +20,7 @@ class ReadableStreamController;
class CORE_EXPORT UnderlyingSourceBase : public GarbageCollectedFinalized<UnderlyingSourceBase>, public ScriptWrappable, public ActiveDOMObject {
DEFINE_WRAPPERTYPEINFO();
USING_GARBAGE_COLLECTED_MIXIN(UnderlyingSourceBase);
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(UnderlyingSourceBase);
public:
DECLARE_VIRTUAL_TRACE();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment