Bug 115588 - Remove ShadowRoot's previous/next ShadowRoot pointers.
Summary: Remove ShadowRoot's previous/next ShadowRoot pointers.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-04 08:40 PDT by Andreas Kling
Modified: 2013-05-04 09:29 PDT (History)
3 users (show)

See Also:


Attachments
poch (3.20 KB, patch)
2013-05-04 08:42 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-05-04 08:40:58 PDT
ShadowRoot is a DoublyLinkedListNode<ShadowRoot> and it doesn't need to be.
Comment 1 Andreas Kling 2013-05-04 08:42:54 PDT
Created attachment 200529 [details]
poch
Comment 2 WebKit Commit Bot 2013-05-04 09:29:23 PDT
Comment on attachment 200529 [details]
poch

Clearing flags on attachment: 200529

Committed r149560: <http://trac.webkit.org/changeset/149560>
Comment 3 WebKit Commit Bot 2013-05-04 09:29:25 PDT
All reviewed patches have been landed.  Closing bug.