Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1844)

Unified Diff: third_party/WebKit/Source/core/css/CSSSelectorList.cpp

Issue 2812743003: Rename cleanup in comments in css/ directory. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/CSSSelectorList.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSSelectorList.cpp b/third_party/WebKit/Source/core/css/CSSSelectorList.cpp
index 9cbcd2e0f2097c53be7ecbb099e21e3a69d7b135..7a9a8d468ea4e3a27dc53ece0112f74ce22b3efe 100644
--- a/third_party/WebKit/Source/core/css/CSSSelectorList.cpp
+++ b/third_party/WebKit/Source/core/css/CSSSelectorList.cpp
@@ -72,7 +72,7 @@ CSSSelectorList CSSSelectorList::AdoptSelectorVector(
for (size_t i = 0; i < selector_vector.size(); ++i) {
CSSParserSelector* current = selector_vector[i].get();
while (current) {
- // Move item from the parser selector vector into m_selectorArray without
+ // Move item from the parser selector vector into selector_array_ without
// invoking destructor (Ugh.)
CSSSelector* current_selector = current->ReleaseSelector().release();
memcpy(&list.selector_array_[array_index], current_selector,

Powered by Google App Engine
This is Rietveld 408576698