Bug 146920 - Cleanup: Avoid extraneous increment and decrement of reference count of ScriptArguments in ConsoleClient
Summary: Cleanup: Avoid extraneous increment and decrement of reference count of Scrip...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-13 15:46 PDT by Daniel Bates
Modified: 2015-07-13 16:12 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.04 KB, patch)
2015-07-13 15:47 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2015-07-13 15:46:12 PDT
Avoid extraneous ref/deref for ScriptArguments.
Comment 1 Daniel Bates 2015-07-13 15:47:02 PDT
Created attachment 256735 [details]
Patch
Comment 2 Brian Burg 2015-07-13 16:04:49 PDT
Comment on attachment 256735 [details]
Patch

r=me, thanks for cleanup!
Comment 3 Daniel Bates 2015-07-13 16:12:13 PDT
Comment on attachment 256735 [details]
Patch

Clearing flags on attachment: 256735

Committed r186794: <http://trac.webkit.org/changeset/186794>
Comment 4 Daniel Bates 2015-07-13 16:12:18 PDT
All reviewed patches have been landed.  Closing bug.