| Index: third_party/WebKit/Source/core/dom/TreeScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/TreeScope.cpp b/third_party/WebKit/Source/core/dom/TreeScope.cpp
|
| index c8373ddb8497ade8c5652a920f6d819d1861ef1f..b6dd4eaa9472bcee688d662163d448121a7456c6 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeScope.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/TreeScope.cpp
|
| @@ -107,7 +107,7 @@ void TreeScope::setParentTreeScope(TreeScope& newParentScope) {
|
| }
|
|
|
| ScopedStyleResolver& TreeScope::ensureScopedStyleResolver() {
|
| - RELEASE_ASSERT(this);
|
| + CHECK(this);
|
| if (!m_scopedStyleResolver)
|
| m_scopedStyleResolver = ScopedStyleResolver::create(*this);
|
| return *m_scopedStyleResolver;
|
|
|