| Index: third_party/WebKit/Source/core/fetch/ScriptResource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/ScriptResource.h b/third_party/WebKit/Source/core/fetch/ScriptResource.h
|
| index 86dfc6bc4b6bc64f012f151a74cace459a527fd2..906192d892de7ef8dfaba6cc17150b6ea35d1e14 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ScriptResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ScriptResource.h
|
| @@ -57,6 +57,8 @@ public:
|
| void didAddClient(ResourceClient*) override;
|
| void appendData(const char*, unsigned) override;
|
|
|
| + void onMemoryDump(WebProcessMemoryDump*) const override;
|
| +
|
| const String& script();
|
|
|
| AtomicString mimeType() const;
|
|
|