Bug 171330 - [JSC] fix RETURN_IF_EXCEPTION() placement in ownPropertyKeys()
Summary: [JSC] fix RETURN_IF_EXCEPTION() placement in ownPropertyKeys()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Caitlin Potter (:caitp)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-26 09:41 PDT by Caitlin Potter (:caitp)
Modified: 2017-04-26 10:41 PDT (History)
8 users (show)

See Also:


Attachments
Patch (3.67 KB, patch)
2017-04-26 09:41 PDT, Caitlin Potter (:caitp)
no flags Details | Formatted Diff | Diff
Patch for landing (3.66 KB, patch)
2017-04-26 10:00 PDT, Caitlin Potter (:caitp)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Caitlin Potter (:caitp) 2017-04-26 09:41:02 PDT
[JSC] fix RETURN_IF_EXCEPTION() placement in ownPropertyKeys()
Comment 1 Caitlin Potter (:caitp) 2017-04-26 09:41:58 PDT
Created attachment 308259 [details]
Patch
Comment 2 Mark Lam 2017-04-26 09:56:27 PDT
Comment on attachment 308259 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=308259&action=review

r=me

> Source/JavaScriptCore/ChangeLog:8
> +

nit: please remove this extra blank line.
Comment 3 Caitlin Potter (:caitp) 2017-04-26 10:00:36 PDT
Created attachment 308262 [details]
Patch for landing
Comment 4 WebKit Commit Bot 2017-04-26 10:41:21 PDT
Comment on attachment 308262 [details]
Patch for landing

Clearing flags on attachment: 308262

Committed r215810: <http://trac.webkit.org/changeset/215810>
Comment 5 WebKit Commit Bot 2017-04-26 10:41:23 PDT
All reviewed patches have been landed.  Closing bug.