Bug 160690

Summary: [Win] Warning fix.
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: WebCore Misc.Assignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Per Arne Vollan 2016-08-09 07:01:47 PDT
We currently have a few warnings like this one:

1>c:\projects\webkit\opensource\source\webcore\platform\network\ProtectionSpaceHash.h(43): warning C4838: conversion from 'WebCore::ProtectionSpaceServerType' to 'unsigned int' requires a narrowing conversion (compiling source file C:\Projects\WebKit\OpenSource\Source\WebCore\platform\network\CredentialStorage.cpp)
Comment 1 Per Arne Vollan 2016-08-09 07:25:17 PDT
Created attachment 285638 [details]
Patch
Comment 2 Per Arne Vollan 2016-08-10 00:53:38 PDT
Thanks for reviewing :)
Comment 3 WebKit Commit Bot 2016-08-10 01:15:52 PDT
Comment on attachment 285638 [details]
Patch

Clearing flags on attachment: 285638

Committed r204328: <http://trac.webkit.org/changeset/204328>
Comment 4 WebKit Commit Bot 2016-08-10 01:15:55 PDT
All reviewed patches have been landed.  Closing bug.