RESOLVED FIXED 80452
Cleanup incDOMTreeVersion callers
https://bugs.webkit.org/show_bug.cgi?id=80452
Summary Cleanup incDOMTreeVersion callers
Ryosuke Niwa
Reported 2012-03-06 16:28:43 PST
Cleanup incDOMTreeVersion callers
Attachments
Patch (11.73 KB, patch)
2012-03-06 16:32 PST, Ryosuke Niwa
no flags
Removed redundant calls to incDOMTreeVersion (11.50 KB, patch)
2012-03-06 16:39 PST, Ryosuke Niwa
kling: review+
Ryosuke Niwa
Comment 1 2012-03-06 16:32:38 PST
Ryosuke Niwa
Comment 2 2012-03-06 16:39:06 PST
Created attachment 130470 [details] Removed redundant calls to incDOMTreeVersion
Adam Klein
Comment 3 2012-03-06 17:08:37 PST
Comment on attachment 130470 [details] Removed redundant calls to incDOMTreeVersion View in context: https://bugs.webkit.org/attachment.cgi?id=130470&action=review > Source/WebCore/dom/CharacterData.cpp:84 > + document()->incDOMTreeVersion(); As discussed, this line is unnecessary. If you really want it for consistency, you can leave it, but it's strictly redundant.
Ryosuke Niwa
Comment 4 2012-03-07 11:45:27 PST
Any reviewers?
Ryosuke Niwa
Comment 5 2012-03-09 12:34:22 PST
Note You need to log in before you can comment on or make changes to this bug.