| Index: tonic/dart_gc_visitor.cc
|
| diff --git a/tonic/dart_gc_visitor.cc b/tonic/dart_gc_visitor.cc
|
| index a07cf6162571831bf07bcb3569d5a3c56893d13d..2f215b6c2374850beb7685211b7146d79d44c19d 100644
|
| --- a/tonic/dart_gc_visitor.cc
|
| +++ b/tonic/dart_gc_visitor.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "tonic/dart_gc_context.h"
|
|
|
| -namespace blink {
|
| +namespace tonic {
|
|
|
| DartGCVisitor::DartGCVisitor(DartGCContext* context)
|
| : context_(context), current_set_(nullptr) {
|
| @@ -22,4 +22,4 @@ void DartGCVisitor::AddToSetForRoot(const void* root,
|
| current_set_ = set;
|
| }
|
|
|
| -} // namespace blink
|
| +} // namespace tonic
|
|
|