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

Unified Diff: ui/file_manager/externs/css_rule.js

Issue 2795223002: Remove WEBKIT_KEYFRAMES_RULE and WEBKIT_KEYFRAME_RULE (Closed)
Patch Set: changes in ui/filemanager/ Created 3 years, 8 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: ui/file_manager/externs/css_rule.js
diff --git a/ui/file_manager/externs/css_rule.js b/ui/file_manager/externs/css_rule.js
index 4dfaacdf8a6a1ebd9b3f3960bc85e49a8c33d5e4..b1474754f9c266255839c03ca521488f59b3251d 100644
--- a/ui/file_manager/externs/css_rule.js
+++ b/ui/file_manager/externs/css_rule.js
@@ -36,18 +36,9 @@ CSSKeyframesRule.prototype.cssRules;
*/
CSSRule.KEYFRAMES_RULE = 7;
-/**
- * @type {number}
- */
-CSSRule.WEBKIT_KEYFRAMES_RULE = 7;
/**
* @type {number}
* @see http://dev.w3.org/csswg/css-animations/#interface-cssrule
*/
CSSRule.KEYFRAME_RULE = 8;
-
-/**
- * @type {number}
- */
-CSSRule.WEBKIT_KEYFRAME_RULE = 8;
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSRule.idl ('k') | ui/file_manager/file_manager/foreground/js/ui/progress_center_panel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698