| 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);
|
|
|