| Index: third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/StyleSheetContents.cpp b/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| index e76b0389a8860a92e2b27846d8ffca60cb2cf4b3..0b89df745cb2202291cb7fc192200e95f0a2a7dc 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StyleSheetContents.cpp
|
| @@ -579,7 +579,6 @@ void StyleSheetContents::addedToMemoryCache()
|
|
|
| void StyleSheetContents::removedFromMemoryCache()
|
| {
|
| - ASSERT(m_isInMemoryCache);
|
| ASSERT(isCacheable());
|
| m_isInMemoryCache = false;
|
| }
|
|
|