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

Unified Diff: tools/clang/blink_gc_plugin/tests/cycle_sub.cpp

Issue 2578103003: Add use-chromium-style-naming option to Blink GC plugin. (Closed)
Patch Set: Rebase Created 4 years 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 | « tools/clang/blink_gc_plugin/tests/cycle_sub.h ('k') | tools/clang/blink_gc_plugin/tests/cycle_super.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/blink_gc_plugin/tests/cycle_sub.cpp
diff --git a/tools/clang/blink_gc_plugin/tests/cycle_sub.cpp b/tools/clang/blink_gc_plugin/tests/cycle_sub.cpp
index dfe835a318a3cdeb6f76604d4c77e29954227199..fde6188b709f3c25d72f6e058fe5784ee11c3fab 100644
--- a/tools/clang/blink_gc_plugin/tests/cycle_sub.cpp
+++ b/tools/clang/blink_gc_plugin/tests/cycle_sub.cpp
@@ -6,9 +6,9 @@
namespace blink {
-void B::trace(Visitor* visitor) {
- visitor->trace(m_c);
- A::trace(visitor);
+void B::Trace(Visitor* visitor) {
+ visitor->Trace(m_c);
+ A::Trace(visitor);
}
}
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/cycle_sub.h ('k') | tools/clang/blink_gc_plugin/tests/cycle_super.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698