| Index: third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
|
| diff --git a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
|
| index 0dcc21a2d0ad5f80cbde38afb41fa68279b749cc..b35376b3084ba5a049a890d233c24614d86ab8b6 100644
|
| --- a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
|
| +++ b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
|
| @@ -121,6 +121,7 @@ private:
|
|
|
| // from ResourceClient
|
| void notifyFinished(Resource*) override;
|
| + String debugName() const override { return "XMLDocumentParser"; }
|
|
|
| void end();
|
|
|
|
|