| 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 = {}
|
|
|