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

Unified Diff: tools/dom/scripts/generator.py

Issue 17574008: Fixing DateTime values in dart2js serialized script values. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « tests/html/indexeddb_1_test.dart ('k') | tools/dom/src/dart2js_Conversions.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/generator.py
diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
index da2a88fc9b7c3a918616151c63948e9093f24bf1..d792a2678250b7eb15818e2cade83aac6917caa6 100644
--- a/tools/dom/scripts/generator.py
+++ b/tools/dom/scripts/generator.py
@@ -485,9 +485,9 @@ _serialize_SSV = Conversion('convertDartToNative_SerializedScriptValue',
dart2js_conversions = monitored.Dict('generator.dart2js_conversions', {
'Date get':
- Conversion('_convertNativeToDart_DateTime', 'dynamic', 'DateTime'),
+ Conversion('convertNativeToDart_DateTime', 'dynamic', 'DateTime'),
'Date set':
- Conversion('_convertDartToNative_DateTime', 'DateTime', 'dynamic'),
+ Conversion('convertDartToNative_DateTime', 'DateTime', 'dynamic'),
# Wrap non-local Windows. We need to check EventTarget (the base type)
# as well. Note, there are no functions that take a non-local Window
# as a parameter / setter.
« no previous file with comments | « tests/html/indexeddb_1_test.dart ('k') | tools/dom/src/dart2js_Conversions.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698