Bug 131904 - Compile the pseudo class :target
Summary: Compile the pseudo class :target
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-19 20:34 PDT by Benjamin Poulain
Modified: 2014-04-20 14:29 PDT (History)
4 users (show)

See Also:


Attachments
Patch (5.78 KB, patch)
2014-04-19 20:36 PDT, Benjamin Poulain
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2014-04-19 20:34:37 PDT
Compile the pseudo class :target
Comment 1 Benjamin Poulain 2014-04-19 20:36:00 PDT
Created attachment 229752 [details]
Patch
Comment 2 Andreas Kling 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)?
Comment 3 Benjamin Poulain 2014-04-20 14:29:27 PDT
Committed r167574: <http://trac.webkit.org/changeset/167574>