| Index: sky/engine/core/css/CSSTestHelper.cpp
|
| diff --git a/sky/engine/core/css/CSSTestHelper.cpp b/sky/engine/core/css/CSSTestHelper.cpp
|
| index 07f2dd2dc818cb57869d265645152fd3c6ef642b..614ddacaaab90523b55defe79731055eb6f7e90c 100644
|
| --- a/sky/engine/core/css/CSSTestHelper.cpp
|
| +++ b/sky/engine/core/css/CSSTestHelper.cpp
|
| @@ -62,7 +62,7 @@ void CSSTestHelper::addCSSRules(const char* cssText)
|
| {
|
| TextPosition position;
|
| unsigned sheetLength = m_styleSheet->length();
|
| - ASSERT_TRUE(m_styleSheet->contents()->parseStringAtPosition(cssText, position, true));
|
| + ASSERT_TRUE(m_styleSheet->contents()->parseString(cssText));
|
| ASSERT_TRUE(m_styleSheet->length() > sheetLength);
|
| }
|
|
|
|
|