Index: third_party/WebKit/Source/core/dom/StyleEngine.cpp |
diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.cpp b/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
index 19826f40af5ae0c3d3799d4cb5d02e72990ddc6e..5617308ccc00ee4eb7d007b942496f75ceedb4f9 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
@@ -983,8 +983,9 @@ void StyleEngine::htmlImportAddedOrRemoved() { |
markDocumentDirty(); |
resolver->setNeedsAppendAllSheets(); |
document().setNeedsStyleRecalc( |
- SubtreeStyleChange, StyleChangeReasonForTracing::create( |
- StyleChangeReason::ActiveStylesheetsUpdate)); |
+ SubtreeStyleChange, |
+ StyleChangeReasonForTracing::create( |
+ StyleChangeReason::ActiveStylesheetsUpdate)); |
} |
} |
@@ -1073,8 +1074,9 @@ void StyleEngine::applyRuleSetChanges( |
if (!treeScope.document().body() || |
treeScope.document().hasNodesWithPlaceholderStyle()) { |
treeScope.document().setNeedsStyleRecalc( |
- SubtreeStyleChange, StyleChangeReasonForTracing::create( |
- StyleChangeReason::CleanupPlaceholderStyles)); |
+ SubtreeStyleChange, |
+ StyleChangeReasonForTracing::create( |
+ StyleChangeReason::CleanupPlaceholderStyles)); |
return; |
} |