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

Unified Diff: tools/clang/blink_gc_plugin/tests/legacy_naming/crash_on_invalid.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/legacy_naming/crash_on_invalid.cpp
diff --git a/tools/clang/blink_gc_plugin/tests/trace_collections.cpp b/tools/clang/blink_gc_plugin/tests/legacy_naming/crash_on_invalid.cpp
similarity index 63%
copy from tools/clang/blink_gc_plugin/tests/trace_collections.cpp
copy to tools/clang/blink_gc_plugin/tests/legacy_naming/crash_on_invalid.cpp
index 9ba7c9604f918a2e547b0873e5a2512bbc663ce9..6370812e628851e25448475733717f665848793b 100644
--- a/tools/clang/blink_gc_plugin/tests/trace_collections.cpp
+++ b/tools/clang/blink_gc_plugin/tests/legacy_naming/crash_on_invalid.cpp
@@ -2,12 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "trace_collections.h"
+#include "crash_on_invalid.h"
-namespace blink {
-
-void HeapObject::trace(Visitor* visitor)
-{
-}
-
-}
+// Nothing to define.

Powered by Google App Engine
This is Rietveld 408576698