| Index: Source/core/dom/DocumentStyleSheetCollection.cpp | 
| diff --git a/Source/core/dom/DocumentStyleSheetCollection.cpp b/Source/core/dom/DocumentStyleSheetCollection.cpp | 
| index 74d427b67d07df7600c64bc66dbf591f268c59f2..79e5cff8993c5521235c3d98bdc27ba3ab0921a1 100644 | 
| --- a/Source/core/dom/DocumentStyleSheetCollection.cpp | 
| +++ b/Source/core/dom/DocumentStyleSheetCollection.cpp | 
| @@ -118,8 +118,6 @@ void DocumentStyleSheetCollection::updateActiveStyleSheets(StyleEngine& engine, | 
| document().setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::ActiveStylesheetsUpdate)); | 
|  | 
| collection.swap(*this); | 
| - | 
| -    updateUsesRemUnits(); | 
| } | 
|  | 
| } | 
|  |