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

Unified Diff: Source/core/css/CSSKeyframesRule.h

Issue 169303003: CSP 1.1: Revert CSSOM changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 6 years, 10 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 | « Source/core/css/CSSGroupingRule.cpp ('k') | Source/core/css/CSSKeyframesRule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSKeyframesRule.h
diff --git a/Source/core/css/CSSKeyframesRule.h b/Source/core/css/CSSKeyframesRule.h
index 0be3fd14165cb7d3672392313b9518a9da2e0f7d..d74cf686e75e35786afe47ec2bcbf1154fed11b8 100644
--- a/Source/core/css/CSSKeyframesRule.h
+++ b/Source/core/css/CSSKeyframesRule.h
@@ -36,7 +36,6 @@ namespace WebCore {
class CSSRuleList;
class StyleKeyframe;
class CSSKeyframeRule;
-class ExceptionState;
class StyleRuleKeyframes FINAL : public StyleRuleBase {
public:
@@ -86,7 +85,7 @@ public:
CSSRuleList* cssRules();
- void insertRule(const String& rule, ExceptionState&);
+ void insertRule(const String& rule);
void deleteRule(const String& key);
CSSKeyframeRule* findRule(const String& key);
« no previous file with comments | « Source/core/css/CSSGroupingRule.cpp ('k') | Source/core/css/CSSKeyframesRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698