Bug 87302

Summary: Refactored heap tear-down to use normal value semantics (i.e., destructors)
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch oliver: review+

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>