| Index: tonic/float32_list.h
|
| diff --git a/tonic/float32_list.h b/tonic/float32_list.h
|
| index ec544b83b28c1ea60ca35543e3be0cfa64fc2248..f3a5d3d9c13f0a4a6e1d9f911bf19448e42275b8 100644
|
| --- a/tonic/float32_list.h
|
| +++ b/tonic/float32_list.h
|
| @@ -8,7 +8,7 @@
|
| #include "dart/runtime/include/dart_api.h"
|
| #include "tonic/dart_converter.h"
|
|
|
| -namespace blink {
|
| +namespace tonic {
|
|
|
| // A simple wrapper around a Dart Float32List. It uses Dart_TypedDataAcquireData
|
| // to obtain a raw pointer to the data, which is released when this object is
|
| @@ -39,6 +39,6 @@ struct DartConverter<Float32List> {
|
| Dart_Handle& exception);
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace tonic
|
|
|
| #endif // SKY_ENGINE_TONIC_FLOAT32_LIST_H_
|
|
|