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

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

Issue 16365020: Fixing CSS Animations cross-platform issues. (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/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index 304c145567d7c8d368e9c4502b7e78c59822aa2f..d462942d275be6789382d6311a62c523fb28eca7 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -46,6 +46,7 @@ _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
'Console.timeStamp',
'Console.trace',
'Console.warn',
+ 'WebKitCSSKeyframesRule.insertRule',
'CSSStyleDeclaration.setProperty',
'Element.insertAdjacentElement',
'Element.insertAdjacentHTML',
« no previous file with comments | « tools/dom/scripts/htmlrenamer.py ('k') | tools/dom/templates/html/impl/impl_WebKitCSSKeyframesRule.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698