Bug 150170 - Get rid of the only once used isIntegerArray function
Summary: Get rid of the only once used isIntegerArray function
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-15 08:28 PDT by Csaba Osztrogonác
Modified: 2015-10-15 12:34 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.44 KB, patch)
2015-10-15 08:30 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff
Patch (1.40 KB, patch)
2015-10-15 10:10 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-10-15 08:28:50 PDT
The local isIntegerArray() function is used only once in Crypto.cpp.
We don't need this small function at all, let's inline it.
Comment 1 Csaba Osztrogonác 2015-10-15 08:30:23 PDT
Created attachment 263160 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-10-15 10:10:06 PDT
Created attachment 263168 [details]
Patch

typo fix
Comment 3 Geoffrey Garen 2015-10-15 11:47:46 PDT
Comment on attachment 263168 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2015-10-15 12:34:46 PDT
Comment on attachment 263168 [details]
Patch

Clearing flags on attachment: 263168

Committed r191126: <http://trac.webkit.org/changeset/191126>
Comment 5 WebKit Commit Bot 2015-10-15 12:34:49 PDT
All reviewed patches have been landed.  Closing bug.