Bug 152984

Summary: [B3][Win64] Compile error.
Product: WebKit Reporter: peavo
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch achristensen: review+

Description peavo 2016-01-11 12:41:25 PST
Windows does not have bzero, use memset instead.
Comment 1 peavo 2016-01-11 12:45:29 PST
Created attachment 268706 [details]
Patch
Comment 2 peavo 2016-01-11 13:29:49 PST
Thanks for reviewing :)
Comment 3 peavo 2016-01-11 13:31:14 PST
Committed r194862: <http://trac.webkit.org/changeset/194862>.