Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.cpp |
| diff --git a/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.cpp b/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.cpp |
| index a087e91f45f2c93946a59094b73858e0c7aa3419..dfb887d15dad4ed33ed767758dabb95d1e9916e0 100644 |
| --- a/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.cpp |
| +++ b/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.cpp |
| @@ -30,4 +30,4 @@ void IncrementLoadEventDelayCount::documentChanged(Document& newDocument) |
| m_document->decrementLoadEventDelayCount(); |
| m_document = &newDocument; |
| } |
| -} |
| +} // namespace blink |