Changeset 235573 in webkit
- Timestamp:
- Aug 31, 2018, 4:14:06 PM (8 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/network/FormData.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r235570 r235573 1 2018-08-31 Jer Noble <jer.noble@apple.com> 2 3 Compilation error in FormData.cpp: incomplete type 'WebCore::SharedBuffer' 4 https://bugs.webkit.org/show_bug.cgi?id=189207 5 6 Reviewed by Youenn Fablet. 7 8 If FormData.cpp is compiled alone (non-unified) or if it is the first file compiled in 9 a unified build, SharedBuffer.h is not included. 10 11 * platform/network/FormData.cpp: 12 1 13 2018-08-31 Chris Dumez <cdumez@apple.com> 2 14 -
trunk/Source/WebCore/platform/network/FormData.cpp
r233122 r235573 33 33 #include "FormDataBuilder.h" 34 34 #include "Page.h" 35 #include "SharedBuffer.h" 35 36 #include "TextEncoding.h" 36 37 #include "ThreadableBlobRegistry.h"
Note:
See TracChangeset
for help on using the changeset viewer.