| Index: third_party/WebKit/Source/core/page/Page.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/page/Page.cpp b/third_party/WebKit/Source/core/page/Page.cpp
 | 
| index 6ed312c28645668efdf089e6a98768aae7dbaed9..38ffea1aecc175a8846274c135d889d67bfc2899 100644
 | 
| --- a/third_party/WebKit/Source/core/page/Page.cpp
 | 
| +++ b/third_party/WebKit/Source/core/page/Page.cpp
 | 
| @@ -51,6 +51,7 @@
 | 
|  #include "platform/graphics/GraphicsLayer.h"
 | 
|  #include "platform/plugins/PluginData.h"
 | 
|  #include "public/platform/Platform.h"
 | 
| +#include "wtf/text/CompressibleString.h"
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| @@ -516,6 +517,7 @@ void Page::purgeMemory(DeviceKind deviceKind)
 | 
|  {
 | 
|      if (deviceKind == DeviceKind::LowEnd)
 | 
|          memoryCache()->pruneAll();
 | 
| +    CompressibleStringImpl::purgeMemory();
 | 
|  }
 | 
|  
 | 
|  DEFINE_TRACE(Page)
 | 
| 
 |