| Index: third_party/WebKit/Source/core/dom/PendingScript.h
|
| diff --git a/third_party/WebKit/Source/core/dom/PendingScript.h b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| index 51378fb1c596f4b406129550fddae768a9389d47..6c3dfafa60cbf828df2776f27f5a8b0f9a41ae72 100644
|
| --- a/third_party/WebKit/Source/core/dom/PendingScript.h
|
| +++ b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| @@ -116,7 +116,7 @@ class CORE_EXPORT PendingScript final
|
| void notifyAppendData(ScriptResource*) override;
|
|
|
| // MemoryCoordinatorClient
|
| - void onMemoryStateChange(MemoryState) override;
|
| + void onPurgeMemory() override;
|
|
|
| bool m_watchingForLoad;
|
| Member<Element> m_element;
|
|
|