| Index: third_party/WebKit/Source/core/css/CSSSelectorList.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSSelectorList.h b/third_party/WebKit/Source/core/css/CSSSelectorList.h
|
| index 6c6f21a2fb8c561f56e1de4906678e1e72ab172f..ad7bc10d37e273383049bcaf2d401a01ad468913 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSelectorList.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSSelectorList.h
|
| @@ -93,8 +93,9 @@ class CORE_EXPORT CSSSelectorList {
|
| CSSSelectorList(const CSSSelectorList&) = delete;
|
| CSSSelectorList& operator=(const CSSSelectorList&) = delete;
|
|
|
| - // End of a multipart selector is indicated by m_isLastInTagHistory bit in the last item.
|
| - // End of the array is indicated by m_isLastInSelectorList bit in the last item.
|
| + // End of a multipart selector is indicated by m_isLastInTagHistory bit in the
|
| + // last item. End of the array is indicated by m_isLastInSelectorList bit in
|
| + // the last item.
|
| CSSSelector* m_selectorArray;
|
| };
|
|
|
|
|