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

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

Issue 16374007: First rev of Safe DOM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 29514e92ed84e2064884c982c8ab533a374b0d24..423b829e421e068e8aab1b1cc5377cfca94fe61f 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -203,6 +203,7 @@ _private_html_members = monitored.Set('htmlrenamer._private_html_members', [
'Element.getElementsByTagName',
'Element.hasAttribute',
'Element.hasAttributeNS',
+ 'Element.innerHTML',
'Element.lastElementChild',
'Element.querySelectorAll',
'Element.removeAttribute',

Powered by Google App Engine
This is Rietveld 408576698