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

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: Fixing up recent test additions. 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
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 23882c62769db5234bc0100f2cc7977c95518c71..0f11f6b8c6d4a0274ed4ae1c9977160ef8566bc9 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -205,6 +205,7 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'Element.getElementsByTagName',
'Element.hasAttribute',
'Element.hasAttributeNS',
+ 'Element.innerHTML',
'ParentNode.lastElementChild',
'Element.querySelectorAll',
'Element.removeAttribute',

Powered by Google App Engine
This is Rietveld 408576698