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

Changeset 236131 in webkit


Ignore:
Timestamp:
Sep 18, 2018, 8:39:35 AM (8 years ago)
Author:
Carlos Garcia Campos
Message:

Merge r235573 - 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:
releases/WebKitGTK/webkit-2.22/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • releases/WebKitGTK/webkit-2.22/Source/WebCore/ChangeLog

    r236130 r236131  
     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  John Wilander  <wilander@apple.com>
    214
  • releases/WebKitGTK/webkit-2.22/Source/WebCore/platform/network/FormData.cpp

    r233122 r236131  
    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.