| Index: third_party/WebKit/Source/core/css/CSSGroupingRule.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSGroupingRule.cpp b/third_party/WebKit/Source/core/css/CSSGroupingRule.cpp
|
| index 660f512379231e5b0c0689a6f7c218483ed900b4..f9b8541c86f9b1667b7ca08ac9d35e365040d578 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSGroupingRule.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSGroupingRule.cpp
|
| @@ -80,8 +80,9 @@ unsigned CSSGroupingRule::insertRule(const String& ruleString,
|
| }
|
|
|
| if (newRule->isImportRule()) {
|
| - // FIXME: an HierarchyRequestError should also be thrown for a nested @media rule. They are
|
| - // currently not getting parsed, resulting in a SyntaxError to get raised above.
|
| + // FIXME: an HierarchyRequestError should also be thrown for a nested @media
|
| + // rule. They are currently not getting parsed, resulting in a SyntaxError
|
| + // to get raised above.
|
| exceptionState.throwDOMException(
|
| HierarchyRequestError,
|
| "'@import' rules cannot be inserted inside a group rule.");
|
|
|