Bug 124639 - Remove bogus assertions in updateNameForTreeScope and updateNameForDocument
Summary: Remove bogus assertions in updateNameForTreeScope and updateNameForDocument
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-19 23:20 PST by Ryosuke Niwa
Modified: 2013-11-20 09:55 PST (History)
9 users (show)

See Also:


Attachments
Removes the assertions (1.54 KB, patch)
2013-11-19 23:21 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-11-19 23:20:12 PST
updateNameForTreeScope and updateNameForDocument are called in insertedInto and removedFrom.
It doesn't make any sense to assert that the removed node is in a document or tree scope when they're called in removedFrom.
Comment 1 Ryosuke Niwa 2013-11-19 23:21:53 PST
Created attachment 217390 [details]
Removes the assertions
Comment 2 WebKit Commit Bot 2013-11-20 09:55:22 PST
Comment on attachment 217390 [details]
Removes the assertions

Clearing flags on attachment: 217390

Committed r159566: <http://trac.webkit.org/changeset/159566>
Comment 3 WebKit Commit Bot 2013-11-20 09:55:24 PST
All reviewed patches have been landed.  Closing bug.