Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / tools / clang / blink_gc_plugin / tests / stack_allocated.cpp
blob3c4e32162a408c1fa219cfcc9af38af4079fc025
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 "stack_allocated.h"
7 namespace blink {
9 // Verify that anon namespaces are checked.
10 namespace {
12 class AnonStackObject : public StackObject {
13 public:
14 HeapObject* m_obj;
19 void HeapObject::trace(Visitor* visitor)