Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/ScriptableDocumentParser.cpp |
| diff --git a/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.cpp b/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.cpp |
| index b96bdc1f21be8f2e461e3957cc54e2faa4925773..b5a7411b9ba740673403a12852f8ecd3ceee9ab0 100644 |
| --- a/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.cpp |
| +++ b/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.cpp |
| @@ -42,4 +42,4 @@ bool ScriptableDocumentParser::isParsingAtLineNumber() const |
| return isParsing() && !isWaitingForScripts() && !isExecutingScript(); |
| } |
| -}; |
| +} // namespace blink; |