| Index: third_party/WebKit/Source/core/dom/StyleElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleElement.cpp b/third_party/WebKit/Source/core/dom/StyleElement.cpp
|
| index 03b7da9dd5acd41adbd2c2632ebe6dc982dcd653..391018d145180389547d88ea7e5a37e3e8879fa4 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleElement.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleElement.cpp
|
| @@ -163,7 +163,8 @@ StyleElement::ProcessingResult StyleElement::createSheet(Element& element,
|
| element.fastGetAttribute(HTMLNames::nonceAttr),
|
| m_startPosition.m_line, text);
|
|
|
| - // Clearing the current sheet may remove the cache entry so create the new sheet first
|
| + // Clearing the current sheet may remove the cache entry so create the new
|
| + // sheet first
|
| CSSStyleSheet* newSheet = nullptr;
|
|
|
| // If type is empty or CSS, this is a CSS style sheet.
|
|
|