| 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 53dff248a4e31aaa6b6393592623e5e73fbbc34b..964f3db1154206fcca27539ec649b7029bf067e4 100644
|
| --- a/third_party/WebKit/Source/core/dom/PendingScript.h
|
| +++ b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| @@ -101,7 +101,7 @@ class CORE_EXPORT PendingScript final
|
| PendingScript(Element*, ScriptResource*);
|
| PendingScript() = delete;
|
|
|
| - void prepareToSuspend() override;
|
| + void onMemoryStateChange(MemoryState) override;
|
|
|
| bool m_watchingForLoad;
|
| Member<Element> m_element;
|
|
|