| Index: third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp b/third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp
|
| index 54452a441fb6d707004358246aa77445f9cb85cc..8397799c0bfc830b9a45c325020a2fffd82c33f6 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp
|
| @@ -100,4 +100,4 @@ bool CompactHTMLToken::isSafeToSendToAnotherThread() const
|
| return m_data.isSafeToSendToAnotherThread();
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|