Bug 69768 - Shrink WebCore::Node on 64-bit.
Summary: Shrink WebCore::Node on 64-bit.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-10 11:10 PDT by Andreas Kling
Modified: 2011-10-11 02:30 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (2.89 KB, patch)
2011-10-10 11:11 PDT, Andreas Kling
koivisto: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>