Summary: | Compile the pseudo class :target | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Benjamin Poulain <benjamin> | ||||
Component: | New Bugs | Assignee: | Benjamin Poulain <benjamin> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, esprehn+autocc, kangil.han, kling | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Benjamin Poulain
2014-04-19 20:34:37 PDT
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> |