Index: tools/dom/scripts/htmlrenamer.py |
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py |
index a91a84e5c4a87832fc2225753a578a5d9590d7e0..60aa127f0dce7cb60555de7b2973ddfead644cbf 100644 |
--- a/tools/dom/scripts/htmlrenamer.py |
+++ b/tools/dom/scripts/htmlrenamer.py |
@@ -124,6 +124,7 @@ convert_to_future_members = monitored.Set( |
# but need to be exposed internally to implement dart:html on top of a standard |
# browser. |
_private_html_members = monitored.Set('htmlrenamer._private_html_members', [ |
+ 'CanvasRenderingContext2D.arc', |
'CompositionEvent.initCompositionEvent', |
'CustomEvent.initCustomEvent', |
'DeviceOrientationEvent.initDeviceOrientationEvent', |