Bug 120224

Summary: Let Document keep its RenderView during render tree attach.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, kangil.han, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

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>