Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: Source/bindings/tests/results/TestDictionary.cpp

Issue 557203002: Added core and modules to binding tests results for binding modularization. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/tests/results/TestDictionary.h ('k') | Source/bindings/tests/results/V8SVGTestInterface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/results/TestDictionary.cpp
diff --git a/Source/bindings/tests/results/TestDictionary.cpp b/Source/bindings/tests/results/TestDictionary.cpp
deleted file mode 100644
index e4a15ed8adc5517a73ba5d5f32d07a480b49f5e3..0000000000000000000000000000000000000000
--- a/Source/bindings/tests/results/TestDictionary.cpp
+++ /dev/null
@@ -1,27 +0,0 @@
-// 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()
-{
- setLongMember(1);
- setStringOrNullMember(String("default string value"));
-}
-
-void TestDictionary::trace(Visitor* visitor)
-{
- visitor->trace(m_testInterfaceGarbageCollectedMember);
- visitor->trace(m_testInterfaceGarbageCollectedOrNullMember);
- visitor->trace(m_testInterfaceWillBeGarbageCollectedMember);
- visitor->trace(m_testInterfaceWillBeGarbageCollectedOrNullMember);
-}
-
-} // namespace blink
« no previous file with comments | « Source/bindings/tests/results/TestDictionary.h ('k') | Source/bindings/tests/results/V8SVGTestInterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698