| 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 0eeab04f4c663ee1189eac584a9180c4f9be177c..46e186f8cc80522c386aa41b242fc79cebcde719 100644
|
| --- a/third_party/WebKit/Source/core/html/TextDocument.h
|
| +++ b/third_party/WebKit/Source/core/html/TextDocument.h
|
| @@ -44,6 +44,6 @@ private:
|
| String debugName() const override { return "TextDocument"; }
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif
|
|
|