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

Unified Diff: lib/html/scripts/systemnative.py

Issue 11235060: Get rid of Dynamic. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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: lib/html/scripts/systemnative.py
diff --git a/lib/html/scripts/systemnative.py b/lib/html/scripts/systemnative.py
index a8fcda1dd63a4e6175f5e5852fe012c4ce1de280..af51295ded949de03fe0bc43370a158572aeee24 100644
--- a/lib/html/scripts/systemnative.py
+++ b/lib/html/scripts/systemnative.py
@@ -450,7 +450,7 @@ class DartiumBackend(object):
SecureOutputType(self, info.type_name),
html_name,
info.ParametersDeclaration(
- (lambda x: 'Dynamic') if needs_dispatcher else self._DartType))
+ (lambda x: 'dynamic') if needs_dispatcher else self._DartType))
if not needs_dispatcher:
# Bind directly to native implementation

Powered by Google App Engine
This is Rietveld 408576698