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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.cpp

Issue 2452403002: [Bindings] Reformat template files (4/4) (Closed)
Patch Set: Rebase Created 4 years, 2 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
Index: third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.cpp
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.cpp b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.cpp
index b965008684acce0b89d34e28711c41802b7f49de..4bbfa364c04d429eb3ed7cf5e50fe6b9f3928913 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.cpp
+++ b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.cpp
@@ -9,19 +9,15 @@
namespace blink {
-TestDictionaryDerivedImplementedAs::TestDictionaryDerivedImplementedAs()
-{
- setDerivedStringMemberWithDefault(String("default string value"));
+TestDictionaryDerivedImplementedAs::TestDictionaryDerivedImplementedAs() {
+ setDerivedStringMemberWithDefault(String("default string value"));
}
-TestDictionaryDerivedImplementedAs::~TestDictionaryDerivedImplementedAs()
-{
-}
+TestDictionaryDerivedImplementedAs::~TestDictionaryDerivedImplementedAs() {}
-DEFINE_TRACE(TestDictionaryDerivedImplementedAs)
-{
- visitor->trace(m_stringOrDoubleSequenceMember);
- TestDictionary::trace(visitor);
+DEFINE_TRACE(TestDictionaryDerivedImplementedAs) {
+ visitor->trace(m_stringOrDoubleSequenceMember);
+ TestDictionary::trace(visitor);
}
-} // namespace blink
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698