Bug 79574 - Remove HTMLTableElement::attach().
Summary: Remove HTMLTableElement::attach().
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: 2012-02-25 09:52 PST by Andreas Kling
Modified: 2012-02-25 10:18 PST (History)
0 users

See Also:


Attachments
About a patch (1.73 KB, patch)
2012-02-25 09:54 PST, 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 2012-02-25 09:52:56 PST
All it does is ASSERT(!attached()) and this is already done by Node::attach().
Comment 1 Andreas Kling 2012-02-25 09:54:32 PST
Created attachment 128871 [details]
About a patch
Comment 2 Andreas Kling 2012-02-25 10:18:19 PST
Comment on attachment 128871 [details]
About a patch

Clearing flags on attachment: 128871

Committed r108901: <http://trac.webkit.org/changeset/108901>
Comment 3 Andreas Kling 2012-02-25 10:18:26 PST
All reviewed patches have been landed.  Closing bug.