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

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

Issue 2034273002: Mojo C++ bindings: introduce mojo::WTFMap for blink bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/wtf_array.h
diff --git a/mojo/public/cpp/bindings/wtf_array.h b/mojo/public/cpp/bindings/wtf_array.h
index 0e157f2ceea1788bcb1e846dcf99b39ee0f8646b..45014470741b691d964bbe2777b224a4a094e85b 100644
--- a/mojo/public/cpp/bindings/wtf_array.h
+++ b/mojo/public/cpp/bindings/wtf_array.h
@@ -28,10 +28,6 @@ class WTFArray {
MOVE_ONLY_TYPE_FOR_CPP_03(WTFArray);
public:
- using Data_ = internal::Array_Data<
- typename internal::GetDataTypeAsArrayElement<T>::Data>;
- using Element = T;
-
// Constructs an empty array.
WTFArray() : is_null_(false) {}
// Constructs a null array.

Powered by Google App Engine
This is Rietveld 408576698