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/class_requires_finalization_field.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/class_requires_finalization_field.h
diff --git a/tools/clang/blink_gc_plugin/tests/class_requires_finalization_field.h b/tools/clang/blink_gc_plugin/tests/class_requires_finalization_field.h
index b3908f2aea9592798827c6d4810c94dc6ce89b34..33f43c20ad57bdea27b98b3b7d8721a4d3dcbb50 100644
--- a/tools/clang/blink_gc_plugin/tests/class_requires_finalization_field.h
+++ b/tools/clang/blink_gc_plugin/tests/class_requires_finalization_field.h
@@ -7,7 +7,7 @@
#include "heap/stubs.h"
-namespace WebCore {
+namespace blink {
class A : public GarbageCollected<A> {
public:
@@ -27,18 +27,18 @@ public:
void trace(Visitor*) { };
};
-} // WebCore namespace
+} // blink namespace
namespace WTF {
template<>
-struct VectorTraits<WebCore::C> {
+struct VectorTraits<blink::C> {
static const bool needsDestruction = false;
};
} // WTF namespace
-namespace WebCore {
+namespace blink {
// Off-heap vectors always need to be finalized.
class NeedsFinalizer : public A, public ScriptWrappable {

Powered by Google App Engine
This is Rietveld 408576698