| Index: third_party/WebKit/Source/core/html/LinkStyle.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/html/LinkStyle.cpp b/third_party/WebKit/Source/core/html/LinkStyle.cpp
 | 
| index 82bb9d8ed7ab576c4955d1729b0576298dfd4cfe..528c28bd94c7da9f1f8fab79e1082d3bd94058b2 100644
 | 
| --- a/third_party/WebKit/Source/core/html/LinkStyle.cpp
 | 
| +++ b/third_party/WebKit/Source/core/html/LinkStyle.cpp
 | 
| @@ -390,9 +390,6 @@ void LinkStyle::process() {
 | 
|      // we no longer contain a stylesheet, e.g. perhaps rel or type was changed
 | 
|      clearSheet();
 | 
|      document().styleEngine().setNeedsActiveStyleUpdate(m_owner->treeScope());
 | 
| -    // TODO(rune@opera.com): resolverChanged() can be removed once stylesheet
 | 
| -    // updates are async. https://crbug.com/567021
 | 
| -    document().styleEngine().resolverChanged(FullStyleUpdate);
 | 
|    }
 | 
|  }
 | 
|  
 | 
| 
 |