| 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 85976c3edfab1f1e0c60c72bde99f25dd0c5442a..f1b490dcff289ccd21947dbddac3d8dc9cc1118d 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -282,13 +282,6 @@ void ProcessingInstruction::removedFrom(ContainerNode* insertionPoint) {
|
|
|
| // No need to remove pending sheets.
|
| clearResource();
|
| -
|
| - // TODO(rune@opera.com): resolverChanged() can be removed once stylesheet
|
| - // updates are async. https://crbug.com/567021
|
| - // 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().resolverChanged(FullStyleUpdate);
|
| }
|
|
|
| void ProcessingInstruction::clearSheet() {
|
|
|