| Index: third_party/WebKit/Source/core/fetch/ScriptResource.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/ScriptResource.cpp b/third_party/WebKit/Source/core/fetch/ScriptResource.cpp
|
| index 19785d03ca6a97f6a1a45fb83f5d63fd9507f215..dbd59035ce08aa525f2b6dae0290a617452c3210 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ScriptResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/ScriptResource.cpp
|
| @@ -82,7 +82,6 @@ void ScriptResource::onMemoryDump(WebMemoryDumpLevelOfDetail levelOfDetail, WebP
|
|
|
| const String& ScriptResource::script()
|
| {
|
| - ASSERT(!isPurgeable());
|
| ASSERT(isLoaded());
|
|
|
| if (m_script.isNull() && data()) {
|
|
|