Bug 41326 - Refactor common code into addChildCommon
Summary: Refactor common code into addChildCommon
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on: 41331
Blocks:
  Show dependency treegraph
 
Reported: 2010-06-28 19:08 PDT by Adam Barth
Modified: 2010-06-29 10:33 PDT (History)
5 users (show)

See Also:


Attachments
Patch for landing (3.98 KB, patch)
2010-06-28 19:09 PDT, Adam Barth
no flags Details | Formatted Diff | Diff
Patch for landing (2.98 KB, patch)
2010-06-28 21:10 PDT, Adam Barth
abarth: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2010-06-28 19:08:38 PDT
Refactor common code into addChildCommon
Comment 1 Adam Barth 2010-06-28 19:09:29 PDT
Created attachment 59976 [details]
Patch for landing
Comment 2 WebKit Commit Bot 2010-06-28 20:45:14 PDT
Comment on attachment 59976 [details]
Patch for landing

Rejecting patch 59976 from commit-queue.

Failed to run "[u'/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/svn-apply', u'--force']" exit_code: 1
Parsed 4 diffs from patch file(s).
patching file WebCore/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file WebCore/dom/ContainerNode.cpp
Hunk #2 FAILED at 550.
1 out of 3 hunks FAILED -- saving rejects to file WebCore/dom/ContainerNode.cpp.rej
patching file WebCore/dom/ContainerNode.h
patching file WebCore/dom/Node.h
Hunk #1 FAILED at 265.
1 out of 1 hunk FAILED -- saving rejects to file WebCore/dom/Node.h.rej

Full output: http://webkit-commit-queue.appspot.com/results/3328917
Comment 3 Adam Barth 2010-06-28 21:10:28 PDT
Created attachment 59980 [details]
Patch for landing
Comment 4 Adam Barth 2010-06-28 21:37:58 PDT
Committed r62084: <http://trac.webkit.org/changeset/62084>
Comment 5 WebKit Review Bot 2010-06-28 21:52:52 PDT
http://trac.webkit.org/changeset/62084 might have broken Qt Linux Release
The following changes are on the blame list:
http://trac.webkit.org/changeset/62083
http://trac.webkit.org/changeset/62084
Comment 6 Darin Adler 2010-06-29 10:25:32 PDT
Seems parserAddChild should be inlined.
Comment 7 Adam Barth 2010-06-29 10:33:58 PDT
> Seems parserAddChild should be inlined.

Yep.  Or addChildCommon could be inlined.