git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reviewed by Anders.
[WebKit-https.git]
/
WebCore
/
platform
/
network
/
cf
/
FormDataStreamCFNet.cpp
diff --git
a/WebCore/platform/network/cf/FormDataStreamCFNet.cpp
b/WebCore/platform/network/cf/FormDataStreamCFNet.cpp
index 35e0f823ea25dda15314b0faf7ac0000d764e14a..cdc5e049fea741cc67a3c43d46a6e6bee22e55e1 100644
(file)
--- a/
WebCore/platform/network/cf/FormDataStreamCFNet.cpp
+++ b/
WebCore/platform/network/cf/FormDataStreamCFNet.cpp
@@
-311,7
+311,7
@@
void setHTTPBody(CFMutableURLRequestRef request, const FormData& formData)
{
size_t count = formData.elements().size();
- if (
!
count == 0)
+ if (count == 0)
return;
// Handle the common special case of one piece of form data, with no files.