⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 235573 in webkit


Ignore:
Timestamp:
Aug 31, 2018, 4:14:06 PM (8 years ago)
Author:
jer.noble@apple.com
Message:

Compilation error in FormData.cpp: incomplete type 'WebCore::SharedBuffer'
https://bugs.webkit.org/show_bug.cgi?id=189207

Reviewed by Youenn Fablet.

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:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r235570 r235573  
     12018-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
    1132018-08-31  Chris Dumez  <cdumez@apple.com>
    214
  • trunk/Source/WebCore/platform/network/FormData.cpp

    r233122 r235573  
    3333#include "FormDataBuilder.h"
    3434#include "Page.h"
     35#include "SharedBuffer.h"
    3536#include "TextEncoding.h"
    3637#include "ThreadableBlobRegistry.h"
Note: See TracChangeset for help on using the changeset viewer.