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

Unified Diff: Source/bindings/dart/scripts/dart_types.py

Issue 566983005: Fix missing .get() to convert a RefPtr to a ptr for Uint8ClampedArray (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: Created 6 years, 3 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
« no previous file with comments | « Source/bindings/dart/scripts/dart_interface.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/scripts/dart_types.py
diff --git a/Source/bindings/dart/scripts/dart_types.py b/Source/bindings/dart/scripts/dart_types.py
index df50d56d7ea3be735af0a69135379cb1ea3208fe..f3ec96d2721d4f6fefc2061da32d8ed1a9fa24bb 100644
--- a/Source/bindings/dart/scripts/dart_types.py
+++ b/Source/bindings/dart/scripts/dart_types.py
@@ -74,7 +74,7 @@ TYPED_ARRAYS = {
}
-IdlType.is_typed_array_type = property(
+IdlTypeBase.is_typed_array_type = property(
lambda self: self.base_type in TYPED_ARRAYS)
« no previous file with comments | « Source/bindings/dart/scripts/dart_interface.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698