| 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 7b3af7d991b44e91877225536487a607c8a99301..5893ccc9404d68ff1fc7ddb008e6ef9d83b1541d 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ScriptResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/ScriptResource.cpp
|
| @@ -89,7 +89,6 @@ const String& ScriptResource::script() {
|
| if (m_script.isNull() && data()) {
|
| String script = decodedText();
|
| clearData();
|
| - setEncodedSizeMemoryUsage(0);
|
| setDecodedSize(script.charactersSizeInBytes());
|
| m_script = AtomicString(script);
|
| }
|
|
|