Index: Source/devtools/front_end/elements/StylesSidebarPane.js |
diff --git a/Source/devtools/front_end/elements/StylesSidebarPane.js b/Source/devtools/front_end/elements/StylesSidebarPane.js |
index eef4711e037829170860fd52650b8961fc69d9bf..56cb8a88e1cb4058a6420ee241b53243b1bdc4c5 100644 |
--- a/Source/devtools/front_end/elements/StylesSidebarPane.js |
+++ b/Source/devtools/front_end/elements/StylesSidebarPane.js |
@@ -87,9 +87,9 @@ WebInspector.StylesSidebarPane = function(computedStylePane, requestShowCallback |
this._keyUpBound = this._keyUp.bind(this); |
} |
-// Keep in sync with LayoutStyleConstants.h PseudoId enum. Array below contains pseudo id names for corresponding enum indexes. |
+// Keep in sync with ComputedStyleConstants.h PseudoId enum. Array below contains pseudo id names for corresponding enum indexes. |
// First item is empty due to its artificial NOPSEUDO nature in the enum. |
-// FIXME: find a way of generating this mapping or getting it from combination of LayoutStyleConstants and CSSSelector.cpp at |
+// FIXME: find a way of generating this mapping or getting it from combination of ComputedStyleConstants and CSSSelector.cpp at |
// runtime. |
WebInspector.StylesSidebarPane.PseudoIdNames = [ |
"", "first-line", "first-letter", "before", "after", "backdrop", "selection", "", "-webkit-scrollbar", |