3 Avoid constructing a AuthenticationChallenge unnecessarily in the NetworkLoad constructor
4 https://bugs.webkit.org/show_bug.cgi?id=158746
5
6 Reviewed by NOBODY (OOPS!).
7
8 Avoid constructing a AuthenticationChallenge unnecessarily in the
9 NetworkLoad constructor by using WTF::Optional<> for this data
10 member.
11
12 * NetworkProcess/NetworkLoad.cpp:
13 (WebKit::NetworkLoad::continueCanAuthenticateAgainstProtectionSpace):
14 * NetworkProcess/NetworkLoad.h:
15
162016-06-14 Chris Dumez <cdumez@apple.com>
17