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

Unified Diff: third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp

Issue 2390543002: Reflow comments in core/dom/. (Closed)
Patch Set: Reformat comments in core/dom/. 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/dom/ProcessingInstruction.cpp
diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
index 25a932e4a3dd2fcccb99e9342c4c9dab8ae4302f..7c451cefabe4a60e6f70c7b253679c3f8b5a1f87 100644
--- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
+++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
@@ -281,7 +281,8 @@ void ProcessingInstruction::removedFrom(ContainerNode* insertionPoint) {
// No need to remove pending sheets.
clearResource();
- // If we're in document teardown, then we don't need to do any notification of our sheet's removal.
+ // If we're in document teardown, then we don't need to do any notification of
+ // our sheet's removal.
if (document().isActive())
document().styleEngine().setNeedsActiveStyleUpdate(removedSheet,
FullStyleUpdate);

Powered by Google App Engine
This is Rietveld 408576698