| Index: third_party/WebKit/Source/core/html/TextDocument.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/TextDocument.cpp b/third_party/WebKit/Source/core/html/TextDocument.cpp
|
| index 8f5364e0d8395e36db2cd0c94e7149c910ee8f84..555840a7d461c704c4d76303a834874f8323e959 100644
|
| --- a/third_party/WebKit/Source/core/html/TextDocument.cpp
|
| +++ b/third_party/WebKit/Source/core/html/TextDocument.cpp
|
| @@ -40,4 +40,4 @@ PassRefPtrWillBeRawPtr<DocumentParser> TextDocument::createParser()
|
| return TextDocumentParser::create(*this, parserSynchronizationPolicy());
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|