RESOLVED FIXED Bug 131904
Compile the pseudo class :target
https://bugs.webkit.org/show_bug.cgi?id=131904
Summary Compile the pseudo class :target
Benjamin Poulain
Reported 2014-04-19 20:34:37 PDT
Compile the pseudo class :target
Attachments
Patch (5.78 KB, patch)
2014-04-19 20:36 PDT, Benjamin Poulain
kling: review+
Benjamin Poulain
Comment 1 2014-04-19 20:36:00 PDT
Andreas Kling
Comment 2 2014-04-19 22:39:39 PDT
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)?
Benjamin Poulain
Comment 3 2014-04-20 14:29:27 PDT
Note You need to log in before you can comment on or make changes to this bug.