Bug 94570 - InsertionShouldCallDidNotifyDescendantInsertions should be merged to InsertionShouldCallDidNotifySubtreeInsertions
Summary: InsertionShouldCallDidNotifyDescendantInsertions should be merged to Insertio...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hajime Morrita
URL:
Keywords:
Depends on: 94447
Blocks:
  Show dependency treegraph
 
Reported: 2012-08-20 21:24 PDT by Hajime Morrita
Modified: 2012-08-20 23:49 PDT (History)
4 users (show)

See Also:


Attachments
Patch (6.67 KB, patch)
2012-08-20 22:08 PDT, Hajime Morrita
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 2012-08-20 21:24:21 PDT
This is a follow up of Bug 94447 (http://trac.webkit.org/changeset/126131)
Node::insertedInto() doesn't need three type of return values. These can be foled into two.
Comment 1 Hajime Morrita 2012-08-20 21:32:33 PDT
Huh, InsertionShouldCallDidNotifyDescendantInsertions is only used by HTMLBodyElement.
I belive there were more. But it's no longer true - and that is good news for us.
Comment 2 Hajime Morrita 2012-08-20 22:08:48 PDT
Created attachment 159619 [details]
Patch
Comment 3 WebKit Review Bot 2012-08-20 23:49:43 PDT
Comment on attachment 159619 [details]
Patch

Clearing flags on attachment: 159619

Committed r126136: <http://trac.webkit.org/changeset/126136>
Comment 4 WebKit Review Bot 2012-08-20 23:49:46 PDT
All reviewed patches have been landed.  Closing bug.