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

Unified Diff: tools/clang/blink_gc_plugin/CheckTraceVisitor.h

Issue 1645763004: blink_gc_plugin: Make RecordInfo::Get{Fields,Bases} return deterministic order (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: tools/clang/blink_gc_plugin/CheckTraceVisitor.h
diff --git a/tools/clang/blink_gc_plugin/CheckTraceVisitor.h b/tools/clang/blink_gc_plugin/CheckTraceVisitor.h
index 580a6fba99bb1a2ad931df579763d05ba0e273ab..ea0edf4f66b830df1c54df403371b36ffebd45d5 100644
--- a/tools/clang/blink_gc_plugin/CheckTraceVisitor.h
+++ b/tools/clang/blink_gc_plugin/CheckTraceVisitor.h
@@ -46,7 +46,7 @@ class CheckTraceVisitor : public clang::RecursiveASTVisitor<CheckTraceVisitor> {
bool IsWeakCallback() const;
- void MarkTraced(RecordInfo::Fields::iterator it);
+ void MarkTraced(RecordInfo::Field& field);
void FoundField(clang::FieldDecl* field);
void MarkAllWeakMembersTraced();

Powered by Google App Engine
This is Rietveld 408576698