Index: third_party/WebKit/Source/core/html/HTMLTableRowElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLTableRowElement.cpp b/third_party/WebKit/Source/core/html/HTMLTableRowElement.cpp |
index 4cd1b550cf37859d0d5dc975249f112732b3b24e..9bbcd09f0d91b2a9076b331ea1235d9735dbf25c 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLTableRowElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLTableRowElement.cpp |
@@ -126,4 +126,4 @@ PassRefPtrWillBeRawPtr<HTMLCollection> HTMLTableRowElement::cells() |
return ensureCachedCollection<HTMLCollection>(TRCells); |
} |
-} |
+} // namespace blink |