+2010-05-06 Alexey Proskuryakov <ap@apple.com>
+
+ Reviewed by Geoff Garen.
+
+ https://bugs.webkit.org/show_bug.cgi?id=38697
+ REGRESSION (r58299): Replying on reddit.com no longer works
+
+ * css/CSSSelector.cpp: (WebCore::CSSSelector::extractPseudoType): Don't recognize :first,
+ :left and :right. The aren't allowed in all contexts, and properly implementing them is out
+ of scope for this regression fix.
+
2010-05-06 Jian Li <jianli@chromium.org>
Reviewed by Adam Barth.