Index: Source/core/dom/CSSSelectorWatch.h |
diff --git a/Source/core/dom/CSSSelectorWatch.h b/Source/core/dom/CSSSelectorWatch.h |
index 363c2a06e1438f24ec86f24f04a89b4286847eb8..126b128e2248e4a363599edc7a051020a83ef549 100644 |
--- a/Source/core/dom/CSSSelectorWatch.h |
+++ b/Source/core/dom/CSSSelectorWatch.h |
@@ -66,7 +66,7 @@ private: |
WillBeHeapVector<RefPtrWillBeMember<StyleRule>> m_watchedCallbackSelectors; |
// Maps a CSS selector string with a -webkit-callback property to the number |
- // of matching LayoutStyle objects in this document. |
+ // of matching ComputedStyle objects in this document. |
HashCountedSet<String> m_matchingCallbackSelectors; |
// Selectors are relative to m_matchingCallbackSelectors's contents at |
// the previous call to selectorMatchChanged. |