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

Unified Diff: tools/clang/blink_gc_plugin/tests/crash_on_invalid.h

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/crash_on_invalid.h
diff --git a/tools/clang/blink_gc_plugin/tests/crash_on_invalid.h b/tools/clang/blink_gc_plugin/tests/crash_on_invalid.h
index a77d0973c5571fed92f637bd45ad731b028f9dcb..c6ce1eeb0559d62f3b03b9b4114456e6f5fa33df 100644
--- a/tools/clang/blink_gc_plugin/tests/crash_on_invalid.h
+++ b/tools/clang/blink_gc_plugin/tests/crash_on_invalid.h
@@ -18,7 +18,7 @@ class Gamepad final : public GarbageCollectedFinalized<Gamepad>,
public ScriptWrappable {
public:
virtual const WrapperTypeInfo *wrapperTypeInfo() const {}
- void trace(Visitor *);
+ void Trace(Visitor *);
};
}
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/class_requires_trace_method_tmpl.cpp ('k') | tools/clang/blink_gc_plugin/tests/cycle_ptrs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698