| Index: third_party/WebKit/Source/core/html/HTMLTableRowsCollection.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTableRowsCollection.cpp b/third_party/WebKit/Source/core/html/HTMLTableRowsCollection.cpp
|
| index 0eb4e699470cd0fa073946e621ded197a46d92c7..0180ab399d5b15a4b8b70ae56156af34d832c1be 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTableRowsCollection.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTableRowsCollection.cpp
|
| @@ -141,4 +141,4 @@ Element* HTMLTableRowsCollection::virtualItemAfter(Element* previous) const
|
| return rowAfter(toHTMLTableElement(ownerNode()), toHTMLTableRowElement(previous));
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|