| Index: third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.h b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| index 126c313619e1a4eb7b8534925fdcd31b824a1317..a1089507e9473dd0a7706c215136364f2dccf23f 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| @@ -182,6 +182,7 @@ private:
|
| void dataReceived(Resource*, const char* data, unsigned length) final;
|
| void processData(const char* data, unsigned length);
|
| void notifyFinished(Resource*) final;
|
| + String debugName() const override { return "DocumentLoader"; }
|
|
|
| bool maybeLoadEmpty();
|
|
|
|
|