| Index: Source/core/css/CSSStyleSheet.cpp
|
| diff --git a/Source/core/css/CSSStyleSheet.cpp b/Source/core/css/CSSStyleSheet.cpp
|
| index 6d7d15d2eb50219ce5ce754a63821a47d82ed3a0..de4587f584a7ebb321d6e6285690396ee6a9f80b 100644
|
| --- a/Source/core/css/CSSStyleSheet.cpp
|
| +++ b/Source/core/css/CSSStyleSheet.cpp
|
| @@ -278,7 +278,7 @@ unsigned CSSStyleSheet::insertRule(const String& ruleString, unsigned index, Exc
|
| RefPtr<StyleRuleBase> rule = p.parseRule(m_contents.get(), ruleString);
|
|
|
| if (!rule) {
|
| - ec = SYNTAX_ERR;
|
| + ec = SyntaxError;
|
| return 0;
|
| }
|
| RuleMutationScope mutationScope(this);
|
|
|