| Index: sky/engine/core/dom/StyleEngine.cpp
|
| diff --git a/sky/engine/core/dom/StyleEngine.cpp b/sky/engine/core/dom/StyleEngine.cpp
|
| index a2d551beb8f4f26d91af4a3b013315dbe9809240..0f4d91a2c1ac7d52825ff825e4c70e804a063737 100644
|
| --- a/sky/engine/core/dom/StyleEngine.cpp
|
| +++ b/sky/engine/core/dom/StyleEngine.cpp
|
| @@ -390,7 +390,6 @@ PassRefPtr<CSSStyleSheet> StyleEngine::createSheet(Element* e, const String& tex
|
| } else {
|
| StyleSheetContents* contents = result.storedValue->value;
|
| ASSERT(contents);
|
| - ASSERT(contents->singleOwnerDocument() == e->document());
|
| styleSheet = CSSStyleSheet::create(contents, e);
|
| }
|
|
|
|
|