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

Unified Diff: lib/html/scripts/htmlrenamer.py

Issue 10979030: "Reverting 12887" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « lib/html/dartium/html_dartium.dart ('k') | lib/html/scripts/systemhtml.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/scripts/htmlrenamer.py
diff --git a/lib/html/scripts/htmlrenamer.py b/lib/html/scripts/htmlrenamer.py
index faf602a53a9a797f31a44e7488b4bacc6e1fd72c..d0c5d56bb5344b17fc3ef344cad05261d25a29a0 100644
--- a/lib/html/scripts/htmlrenamer.py
+++ b/lib/html/scripts/htmlrenamer.py
@@ -108,9 +108,6 @@ _renamed_html_members = {
'SVGElement.className': '$dom_svgClassName',
'SVGAnimatedString.className': '$dom_svgClassName',
'SVGStylable.className': '$dom_svgClassName',
- 'Window.webkitCancelAnimationFrame': 'cancelAnimationFrame',
- 'Window.webkitCancelRequestAnimationFrame': 'cancelRequestAnimationFrame',
- 'Window.webkitRequestAnimationFrame': 'requestAnimationFrame',
}
# Members and classes from the dom that should be removed completely from
@@ -274,7 +271,6 @@ _removed_html_members = set([
'ShadowRoot.getElementsByTagNameNS',
"IFrameElement.get:contentDocument",
"Window.get:frameElement",
- "Window.webkitCancelRequestAnimationFrame",
])
class HtmlRenamer(object):
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | lib/html/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698