Compile the pseudo class :target
Created attachment 229752 [details] Patch
Comment on attachment 229752 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=229752&action=review r=me > Source/WebCore/dom/Document.h:758 > + static ptrdiff_t cssTargetMemoryOffset() { return OBJECT_OFFSETOF(Document, m_cssTarget); } #if ENABLE(CSS_SELECTOR_JIT)?
Committed r167574: <http://trac.webkit.org/changeset/167574>