| Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| index dff07c5ee4400611942822ebd64fc79e11a92fc4..0fef05e30496daf8622c2cbe41955acbd6cda101 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| @@ -125,7 +125,7 @@ static bool decodeBuffer(const char* buffer, unsigned size, const String& textEn
|
| static bool prepareResourceBuffer(Resource* cachedResource, bool* hasZeroSize)
|
| {
|
| *hasZeroSize = false;
|
| - if (!cachedResource || cachedResource->wasPurged())
|
| + if (!cachedResource)
|
| return false;
|
|
|
| if (cachedResource->dataBufferingPolicy() == DoNotBufferData)
|
|
|