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

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

Issue 295073002: Resolver fixes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebuild SDK Created 6 years, 7 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 | « sdk/lib/_blink/dartium/_blink_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/systemnative.py
diff --git a/tools/dom/scripts/systemnative.py b/tools/dom/scripts/systemnative.py
index 07a512721c800c1c68e671af5350e0f49b7f592f..c3a7d19611069504f2a90f555d60be8e695382ba 100644
--- a/tools/dom/scripts/systemnative.py
+++ b/tools/dom/scripts/systemnative.py
@@ -20,6 +20,10 @@ _cpp_resolver_string_map = {
# of the generated strings works.
'Blob_constructorCallback_RESOLVER_STRING_3_Array_DOMString_DOMString':
'Blob_constructorCallback_RESOLVER_STRING_0_',
+ 'ConsoleBase_assertCondition_Callback_RESOLVER_STRING_2_boolean_object':
+ 'ConsoleBase_assert_Callback_RESOLVER_STRING_2_boolean_object',
+ 'FormData_constructorCallback':
+ 'FormData_constructorCallback_RESOLVER_STRING_1_HTMLFormElement',
'XMLHttpRequest_constructorCallback_RESOLVER_STRING_0_':
'XMLHttpRequest_constructorCallback_RESOLVER_STRING_1_XMLHttpRequestOptions',
}
@@ -149,6 +153,7 @@ _cpp_overloaded_callback_map = {
_blink_1916_rename_map = {
'NavigatorID': 'Navigator',
+ 'CanvasRenderingContext' : 'CanvasRenderingContext2D',
'Clipboard': 'DataTransfer',
'Player': 'AnimationPlayer',
}
« no previous file with comments | « sdk/lib/_blink/dartium/_blink_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698