Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / tools / clang / blink_gc_plugin / tests / inner_class.cpp
blob03a53eaada90f1568891e8825336a89638d0f18b
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "inner_class.h"
7 namespace blink {
9 void SomeObject::InnerObject::trace(Visitor* visitor)
11 // Missing: visitor->trace(m_obj);