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

Unified Diff: third_party/WebKit/Source/core/css/CSSGroupingRule.cpp

Issue 2392343005: Reflow comments in core/css (Closed)
Patch Set: Revert clang-format Created 4 years, 2 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: 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.");
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSGridAutoRepeatValue.h ('k') | third_party/WebKit/Source/core/css/CSSIdentifierValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698