| Index: sky/engine/core/dom/DocumentStyleSheetCollection.cpp
|
| diff --git a/sky/engine/core/dom/DocumentStyleSheetCollection.cpp b/sky/engine/core/dom/DocumentStyleSheetCollection.cpp
|
| index f0ff039aa65a45657642e3b1e2033ceffdc436c4..3d4526ab26dacc36ba1eae41efdbb27eb1aebfd1 100644
|
| --- a/sky/engine/core/dom/DocumentStyleSheetCollection.cpp
|
| +++ b/sky/engine/core/dom/DocumentStyleSheetCollection.cpp
|
| @@ -76,8 +76,6 @@ void DocumentStyleSheetCollection::updateActiveStyleSheets(StyleEngine* engine)
|
| document().setNeedsStyleRecalc(SubtreeStyleChange);
|
|
|
| collection.swap(*this);
|
| -
|
| - updateUsesRemUnits();
|
| }
|
|
|
| }
|
|
|