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

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

Issue 291843006: Fix Path (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 ec402194511f7ad36efea07f222f2e6af90ff6a5..88a2655b195deac300c20c55f9c63b9348131a33 100644
--- a/tools/dom/scripts/systemnative.py
+++ b/tools/dom/scripts/systemnative.py
@@ -167,7 +167,8 @@ _blink_1916_rename_map = {
'Algorithm': 'KeyAlgorithm',
'any': 'ScriptValue',
'URLUtils': 'URL',
- 'URLUtilsReadOnly': 'WorkerLocation'
+ 'URLUtilsReadOnly': 'WorkerLocation',
+ 'Path': 'Path2D'
}
_cpp_partial_map = {}
« 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