[Webkit-unassigned] [Bug 27163] New: Fix memory leak in V8 bindings
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 10 16:33:12 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27163
Summary: Fix memory leak in V8 bindings
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ager at chromium.org
CC: dglazkov at chromium.org
Reinitializing the context when clearing the V8 proxy for navigation makes us
hold on to a context object per frame that we should not hold on to.
Reinitialization is not necessary.
When updating the document wrapper cache, we check that the global object
handle is not empty, we should be checking the context.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list