| Index: Source/bindings/tests/results/TestDictionary.cpp
|
| diff --git a/Source/bindings/tests/results/TestDictionary.cpp b/Source/bindings/tests/results/TestDictionary.cpp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..13c51b042e4778d2f046619612d11fada6a1ce3a
|
| --- /dev/null
|
| +++ b/Source/bindings/tests/results/TestDictionary.cpp
|
| @@ -0,0 +1,25 @@
|
| +// 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.
|
| +
|
| +// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
|
| +
|
| +#include "config.h"
|
| +#include "TestDictionary.h"
|
| +
|
| +
|
| +namespace blink {
|
| +
|
| +TestDictionary::TestDictionary()
|
| +{
|
| +}
|
| +
|
| +void TestDictionary::trace(Visitor* visitor)
|
| +{
|
| + visitor->trace(m_testInterfaceGarbageCollectedMember);
|
| + visitor->trace(m_testInterfaceGarbageCollectedOrNullMember);
|
| + visitor->trace(m_testInterfaceWillBeGarbageCollectedMember);
|
| + visitor->trace(m_testInterfaceWillBeGarbageCollectedOrNullMember);
|
| +}
|
| +
|
| +} // namespace blink
|
|
|