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

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

Issue 23004006: Suppress getPresentationAttribute (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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/svg/dartium/svg_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 3e34c0985beaeac184ebfa37f6c239caac2b0007..ceee9babefbfc336378b87c41349c01b2a3cf6a7 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -725,6 +725,7 @@ removed_html_members = monitored.Set('htmlrenamer.removed_html_members', [
'Performance.webkitMark',
'Performance.webkitMeasure',
'ShadowRoot.getElementsByTagNameNS',
+ 'SVGElement.getPresentationAttribute',
'SVGStyledElement.getPresentationAttribute',
'WheelEvent.wheelDelta',
'WorkerGlobalScope.webkitIndexedDB',
« no previous file with comments | « sdk/lib/svg/dartium/svg_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698