Bug 120224 - Let Document keep its RenderView during render tree attach.
Summary: Let Document keep its RenderView during render tree attach.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-23 13:09 PDT by Andreas Kling
Modified: 2013-08-23 13:36 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.20 KB, patch)
2013-08-23 13:12 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-08-23 13:09:39 PDT
Let Document keep its RenderView during render tree attach.
Comment 1 Andreas Kling 2013-08-23 13:12:17 PDT
Created attachment 209499 [details]
Patch
Comment 2 WebKit Commit Bot 2013-08-23 13:13:14 PDT
Attachment 209499 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/dom/Document.cpp']" exit_code: 1
Source/WebCore/ChangeLog:3:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 1 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Antti Koivisto 2013-08-23 13:15:32 PDT
Comment on attachment 209499 [details]
Patch

r=me assuming it does not break the world
Comment 4 Andreas Kling 2013-08-23 13:36:06 PDT
Committed r154517: <http://trac.webkit.org/changeset/154517>