Bug 69768

Summary: Shrink WebCore::Node on 64-bit.
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebCore Misc.Assignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch koivisto: review+, webkit.review.bot: commit-queue-

Description Andreas Kling 2011-10-10 11:10:15 PDT
Let's do this.
Comment 1 Andreas Kling 2011-10-10 11:11:05 PDT
Created attachment 110370 [details]
Proposed patch
Comment 2 WebKit Review Bot 2011-10-10 12:31:29 PDT
Comment on attachment 110370 [details]
Proposed patch

Rejecting attachment 110370 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
nerNode]':
Source/WebCore/dom/Document.h:1424:   instantiated from here
Source/WebCore/platform/TreeShared.h:128: error: 'WebCore::TreeShared<WebCore::ContainerNode>::m_refCount' will be initialized after
Source/WebCore/platform/TreeShared.h:124: error:   'bool WebCore::TreeShared<WebCore::ContainerNode>::m_adoptionIsRequired'
Source/WebCore/platform/TreeShared.h:38: error:   when initialized here
make: *** [out/Debug/obj.target/webcore_bindings/gen/webkit/bindings/V8DerivedSources02.o] Error 1

Full output: http://queues.webkit.org/results/10015786
Comment 3 Andreas Kling 2011-10-11 02:30:48 PDT
Committed r97137: <http://trac.webkit.org/changeset/97137>