WebKit Bugzilla
Attachment 348666 Details for
Bug 189207
: Compilation error in FormData.cpp: incomplete type 'WebCore::SharedBuffer'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-189207-20180831130717.patch (text/plain), 1.33 KB, created by
Jer Noble
on 2018-08-31 13:07:17 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jer Noble
Created:
2018-08-31 13:07:17 PDT
Size:
1.33 KB
patch
obsolete
>Subversion Revision: 235558 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index a7bd37b0e879db60d9da2f3d654953ff062c5f2d..a3aa8a2dc9ec071a9e3cf5e375d8b595b2cd2a2a 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,15 @@ >+2018-08-31 Jer Noble <jer.noble@apple.com> >+ >+ Compilation error in FormData.cpp: incomplete type 'WebCore::SharedBuffer' >+ https://bugs.webkit.org/show_bug.cgi?id=189207 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ If FormData.cpp is compiled alone (non-unified) or if it is the first file compiled in >+ a unified build, SharedBuffer.h is not included. >+ >+ * platform/network/FormData.cpp: >+ > 2018-08-31 Jer Noble <jer.noble@apple.com> > > Compile error in RealtimeOutgoingVideoSource.cpp; unused parameter in libwebrtc header >diff --git a/Source/WebCore/platform/network/FormData.cpp b/Source/WebCore/platform/network/FormData.cpp >index bbc4cb1cfab7333d60f402afeecb85cdcdac3dd1..852599ef6881e684551629fbb51c3669d21a8e78 100644 >--- a/Source/WebCore/platform/network/FormData.cpp >+++ b/Source/WebCore/platform/network/FormData.cpp >@@ -32,6 +32,7 @@ > #include "FileSystem.h" > #include "FormDataBuilder.h" > #include "Page.h" >+#include "SharedData.h" > #include "TextEncoding.h" > #include "ThreadableBlobRegistry.h" > #include <wtf/text/LineEnding.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 189207
:
348666
|
348667