| Index: Source/core/css/CSSSelector.cpp
|
| diff --git a/Source/core/css/CSSSelector.cpp b/Source/core/css/CSSSelector.cpp
|
| index 901343b96cec615c663eb461dc23f542a204d604..71d196b2f9e26e5e1be59f346f33e64cbf30ce58 100644
|
| --- a/Source/core/css/CSSSelector.cpp
|
| +++ b/Source/core/css/CSSSelector.cpp
|
| @@ -272,8 +272,6 @@ PseudoId CSSSelector::pseudoId(PseudoType type)
|
| return NOPSEUDO;
|
| }
|
|
|
| -// TODO(timloh): Unify with CSSSelectorParser, which also compares pseudo names as strings
|
| -
|
| // Could be made smaller and faster by replacing pointer with an
|
| // offset into a string buffer and making the bit fields smaller but
|
| // that could not be maintained by hand.
|
|
|