| Index: sky/engine/core/dom/Document.cpp
|
| diff --git a/sky/engine/core/dom/Document.cpp b/sky/engine/core/dom/Document.cpp
|
| index 2506ac864eaec8255405c0034256856b85a32470..bef4928943c3693c11b0ba0ff570da3b855f2e1d 100644
|
| --- a/sky/engine/core/dom/Document.cpp
|
| +++ b/sky/engine/core/dom/Document.cpp
|
| @@ -1577,7 +1577,6 @@ void Document::updateBaseURL()
|
| // FIXME(sky): remove?
|
| if (m_elemSheet) {
|
| // Element sheet is silly. It never contains anything.
|
| - ASSERT(!m_elemSheet->contents()->ruleCount());
|
| bool usesRemUnits = m_elemSheet->contents()->usesRemUnits();
|
| m_elemSheet = CSSStyleSheet::create(this, m_baseURL);
|
| // FIXME: So we are not really the parser. The right fix is to eliminate the element sheet completely.
|
|
|