| Index: third_party/WebKit/Source/core/dom/DocumentOrderedList.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentOrderedList.h b/third_party/WebKit/Source/core/dom/DocumentOrderedList.h
|
| index 56fb51923ecb1a0dad671777f9d750f1a169bc81..480866bca2b3bf0e625b1ae74325c4e866f69996 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentOrderedList.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentOrderedList.h
|
| @@ -58,6 +58,6 @@ private:
|
| WillBeHeapListHashSet<RawPtrWillBeMember<Node>, 32> m_nodes;
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif
|
|
|