Bug 79574

Summary: Remove HTMLTableElement::attach().
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
About a patch none

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.