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

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

Issue 11934004: Remove more classes and members by making them private. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merged and stuff. Created 7 years, 11 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 | « tools/dom/scripts/htmlrenamer.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index bedd2f0884ca46750ef9b1cf0e9f3cd1a9ea18c2..4a601b28425da04afb6e2f58ae3c89c9b82faaf6 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -80,8 +80,6 @@ js_support_checks = {
# IE creates keygen as Block elements
'HTMLKeygenElement': "Element.isTagSupported('keygen') "
"&& (new Element.tag('keygen') is KeygenElement)",
- 'HTMLMarqueeElement': "Element.isTagSupported('marquee')"
- "&& (new Element.tag('marquee') is MarqueeElement)",
'HTMLMeterElement': "Element.isTagSupported('meter')",
'HTMLObjectElement': "Element.isTagSupported('object')",
'HTMLOutputElement': "Element.isTagSupported('output')",
« no previous file with comments | « tools/dom/scripts/htmlrenamer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698