blob: 6aa52a4d462e7a38c0e97dc613e84f5ec5f573b0 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "cycle_sub.h"
namespace blink {
void B::Trace(Visitor* visitor) const {
visitor->Trace(m_c);
A::Trace(visitor);
}
}