| Index: third_party/WebKit/Source/core/html/TextDocument.h
|
| diff --git a/third_party/WebKit/Source/core/html/TextDocument.h b/third_party/WebKit/Source/core/html/TextDocument.h
|
| index 576c38bd0c6514c91d59dce977119a56f83e6997..0eeab04f4c663ee1189eac584a9180c4f9be177c 100644
|
| --- a/third_party/WebKit/Source/core/html/TextDocument.h
|
| +++ b/third_party/WebKit/Source/core/html/TextDocument.h
|
| @@ -40,6 +40,8 @@ private:
|
| TextDocument(const DocumentInit&);
|
|
|
| PassRefPtrWillBeRawPtr<DocumentParser> createParser() override;
|
| +
|
| + String debugName() const override { return "TextDocument"; }
|
| };
|
|
|
| }
|
|
|