blob: 03a53eaada90f1568891e8825336a89638d0f18b [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 "inner_class.h"
namespace blink {
void SomeObject::InnerObject::trace(Visitor* visitor)
{
// Missing: visitor->trace(m_obj);
}
}