Bug 87302 - Refactored heap tear-down to use normal value semantics (i.e., destructors)
Summary: Refactored heap tear-down to use normal value semantics (i.e., destructors)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-23 13:14 PDT by Geoffrey Garen
Modified: 2012-05-23 13:46 PDT (History)
1 user (show)

See Also:


Attachments
Patch (13.02 KB, patch)
2012-05-23 13:32 PDT, Geoffrey Garen
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2012-05-23 13:14:00 PDT
Refactored heap tear-down to use normal value semantics (i.e., destructors)
Comment 1 Geoffrey Garen 2012-05-23 13:32:56 PDT
Created attachment 143636 [details]
Patch
Comment 2 WebKit Review Bot 2012-05-23 13:41:00 PDT
Attachment 143636 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1
Source/JavaScriptCore/heap/Heap.h:146:  More than one command on the same line in if  [whitespace/parens] [4]
Total errors found: 1 in 11 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Geoffrey Garen 2012-05-23 13:46:50 PDT
Committed r118238: <http://trac.webkit.org/changeset/118238>