Changeset 219387 in webkit


Ignore:
Timestamp:
Jul 12, 2017 3:12:39 AM (7 years ago)
Author:
Adrian Perez de Castro
Message:

[SOUP] Do not use C linkage for functions using C++ features
https://bugs.webkit.org/show_bug.cgi?id=174392

Reviewed by Michael Catanzaro.

No new tests because there is no behavior change.

  • platform/network/soup/WebKitSoupRequestGeneric.h: Move G_END_DECLS

to leave functions which use C++ features outside of the block it
delimits.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r219385 r219387  
     12017-07-12  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [SOUP] Do not use C linkage for functions using C++ features
     4        https://bugs.webkit.org/show_bug.cgi?id=174392
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        No new tests because there is no behavior change.
     9
     10        * platform/network/soup/WebKitSoupRequestGeneric.h: Move G_END_DECLS
     11        to leave functions which use C++ features outside of the block it
     12        delimits.
     13
    1142017-07-12  Carlos Garcia Campos  <cgarcia@igalia.com>
    215
  • trunk/Source/WebCore/platform/network/soup/WebKitSoupRequestGeneric.h

    r210374 r219387  
    5656GType webkit_soup_request_generic_get_type();
    5757
     58G_END_DECLS
     59
    5860void webkitSoupRequestGenericSetContentLength(WebKitSoupRequestGeneric*, goffset contentLength);
    5961void webkitSoupRequestGenericSetContentType(WebKitSoupRequestGeneric*, const char* mimeType);
     
    6163const WebCore::ResourceRequest& webkitSoupRequestGenericGetRequest(WebKitSoupRequestGeneric*);
    6264
    63 G_END_DECLS
    64 
    6565#endif // WebKitSoupRequestGeneric_h
Note: See TracChangeset for help on using the changeset viewer.