Bug 73759 - Use HashMap<OwnPtr> for the opaqueJSClassData map
Summary: Use HashMap<OwnPtr> for the opaqueJSClassData map
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks: 73757
  Show dependency treegraph
 
Reported: 2011-12-03 20:28 PST by Darin Adler
Modified: 2013-05-07 08:57 PDT (History)
0 users

See Also:


Attachments
Patch (2.85 KB, patch)
2011-12-03 20:29 PST, Darin Adler
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2011-12-03 20:28:21 PST
Use HashMap<OwnPtr> for the opaqueJSClassData map
Comment 1 Darin Adler 2011-12-03 20:29:38 PST
Created attachment 117780 [details]
Patch
Comment 2 Darin Adler 2011-12-03 21:20:14 PST
Committed r101945: <http://trac.webkit.org/changeset/101945>