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

Unified Diff: mojo/public/cpp/bindings/struct_traits.h

Issue 2607063002: Remove mojo::Array. (Closed)
Patch Set: rebase Created 3 years, 11 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: mojo/public/cpp/bindings/struct_traits.h
diff --git a/mojo/public/cpp/bindings/struct_traits.h b/mojo/public/cpp/bindings/struct_traits.h
index 443ce1497350dabdc0ad547e9f6898ddda10450d..6cc070fc489300430a406eb447ccaf40e20f6625 100644
--- a/mojo/public/cpp/bindings/struct_traits.h
+++ b/mojo/public/cpp/bindings/struct_traits.h
@@ -33,8 +33,7 @@ namespace mojo {
//
// - array:
// Value or reference of any type that has an ArrayTraits defined.
-// Supported by default: std::vector, CArray, mojo::Array, WTF::Vector
-// (in blink).
+// Supported by default: std::vector, CArray, WTF::Vector (in blink)
//
// - map:
// Value or reference of any type that has a MapTraits defined.

Powered by Google App Engine
This is Rietveld 408576698