Bug 163701 - create_hash_table: allow empty tables
Summary: create_hash_table: allow empty tables
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: JF Bastien
URL:
Keywords:
Depends on: 163571
Blocks:
  Show dependency treegraph
 
Reported: 2016-10-19 16:00 PDT by JF Bastien
Modified: 2016-10-19 16:37 PDT (History)
5 users (show)

See Also:


Attachments
patch (3.06 KB, patch)
2016-10-19 16:11 PDT, JF Bastien
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description JF Bastien 2016-10-19 16:00:10 PDT
The Windows build was broken by because I added empty tables and Windows insists that empty tables are horrible. Put in dummy entries in that case.
Comment 1 JF Bastien 2016-10-19 16:11:45 PDT
Created attachment 292124 [details]
patch
Comment 2 Keith Miller 2016-10-19 16:14:47 PDT
Comment on attachment 292124 [details]
patch

r=me
Comment 3 WebKit Commit Bot 2016-10-19 16:37:29 PDT
Comment on attachment 292124 [details]
patch

Clearing flags on attachment: 292124

Committed r207576: <http://trac.webkit.org/changeset/207576>
Comment 4 WebKit Commit Bot 2016-10-19 16:37:32 PDT
All reviewed patches have been landed.  Closing bug.