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

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

Issue 12678014: Rename RtcdtmfSender class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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/html/dartium/html_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/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index a94f70035045bc5e08a6840c2f0b3ff8d84db09f..9c4d55c635146c42817bf3e77ae4204b829da002 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -34,6 +34,7 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames', {
'PositionErrorCallback': '_PositionErrorCallback',
'Rect': 'CssRect',
'RGBColor': 'CssRgbColor',
+ 'RTCDTMFSender': 'RtcDtmfSender',
blois 2013/03/20 22:43:35 The bug covers RtcdtmfToneChangeEvent too!
'RTCErrorCallback': '_RtcErrorCallback',
'RTCSessionDescriptionCallback': '_RtcSessionDescriptionCallback',
'StorageInfoErrorCallback': '_StorageInfoErrorCallback',
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698