| Index: third_party/WebKit/Source/core/html/HTMLTableRowsCollection.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTableRowsCollection.h b/third_party/WebKit/Source/core/html/HTMLTableRowsCollection.h
|
| index b0974960cd70c052c626d498f53752235802468c..3b89dda63bb0ba3e4b34767c19eff43c04927e8a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTableRowsCollection.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTableRowsCollection.h
|
| @@ -54,6 +54,6 @@ private:
|
|
|
| DEFINE_TYPE_CASTS(HTMLTableRowsCollection, LiveNodeListBase, collection, collection->type() == TableRows, collection.type() == TableRows);
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|
| #endif
|
|
|