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/htmlrenamer.py

Issue 103933005: Fix bug 15417 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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 | « tests/compiler/dart2js/analyze_api_test.dart ('k') | tools/dom/scripts/systemhtml.py » ('j') | 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 125dbc845d8df109ed9ce1373bb4175fb1dd27de..077a3a1ede3988f0d2e20223376597f8331930ce 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -332,6 +332,10 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'Window.getComputedStyle',
'Window.clearInterval',
'Window.clearTimeout',
+ 'WindowTimers.clearInterval',
+ 'WindowTimers.clearTimeout',
+ 'WindowTimers.setInterval',
+ 'WindowTimers.setTimeout',
'Window.moveTo',
'Window.requestAnimationFrame',
'Window.setInterval',
« no previous file with comments | « tests/compiler/dart2js/analyze_api_test.dart ('k') | tools/dom/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698