| Index: third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp
|
| index 74a0c197ccf0641068da1a8da3817da961ceaef9..56f10af2f23b3fb30eb65d5d249676b23803bc73 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp
|
| @@ -114,4 +114,4 @@ void BackgroundHTMLInputStream::updateTotalCheckpointTokenCount()
|
| m_totalCheckpointTokenCount += m_checkpoints[i].tokensExtractedSincePreviousCheckpoint;
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|