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

Unified Diff: tools/clang/blink_gc_plugin/tests/heap/stubs.h

Issue 401613002: clang/blink_gc_plugin: Replace 'WebCore' with 'blink' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/tests/heap/stubs.h
diff --git a/tools/clang/blink_gc_plugin/tests/heap/stubs.h b/tools/clang/blink_gc_plugin/tests/heap/stubs.h
index 40ced37fa76d90eb95b3b96f18594a4e1ff38f48..5faee08da69b78c01d694dfb5d41e2f5009102c6 100644
--- a/tools/clang/blink_gc_plugin/tests/heap/stubs.h
+++ b/tools/clang/blink_gc_plugin/tests/heap/stubs.h
@@ -118,7 +118,7 @@ class HashMap {};
}
-namespace WebCore {
+namespace blink {
using namespace WTF;
@@ -218,7 +218,7 @@ class GarbageCollectedMixin {
virtual bool isAlive(Visitor*) const = 0;
};
-// WebCore::ScriptWrappable receives special treatment
+// blink::ScriptWrappable receives special treatment
// so as to allow it to be used together with GarbageCollected<T>,
// even when its user-declared destructor is provided.
// As it is with Oilpan disabled.
@@ -232,7 +232,7 @@ public:
namespace WTF {
template<typename T>
-struct VectorTraits<WebCore::Member<T> > {
+struct VectorTraits<blink::Member<T> > {
static const bool needsDestruction = false;
};
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/garbage_collected_mixin.cpp ('k') | tools/clang/blink_gc_plugin/tests/ignore_class.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698