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

Unified Diff: tools/clang/blink_gc_plugin/tests/persistent_no_trace.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
Index: tools/clang/blink_gc_plugin/tests/persistent_no_trace.cpp
diff --git a/tools/clang/blink_gc_plugin/tests/persistent_no_trace.cpp b/tools/clang/blink_gc_plugin/tests/persistent_no_trace.cpp
index 637b46f0e05d40f681bb587ff9e82c6bf9aba946..e503ddb56b19edeb07e31c33d2eac6949f1a8257 100644
--- a/tools/clang/blink_gc_plugin/tests/persistent_no_trace.cpp
+++ b/tools/clang/blink_gc_plugin/tests/persistent_no_trace.cpp
@@ -6,9 +6,9 @@
namespace blink {
-void HeapObject::trace(Visitor* visitor) {
- visitor->trace(m_crossThreadPersistent);
- visitor->trace(m_crossThreadWeakPersistent);
+void HeapObject::Trace(Visitor* visitor) {
+ visitor->Trace(m_crossThreadPersistent);
+ visitor->Trace(m_crossThreadWeakPersistent);
}
}
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/persistent_no_trace.h ('k') | tools/clang/blink_gc_plugin/tests/persistent_no_trace.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698