Title: [272057] trunk/Source
- Revision
- 272057
- Author
- [email protected]
- Date
- 2021-01-29 03:01:23 -0800 (Fri, 29 Jan 2021)
Log Message
[GTK] return-type-c-linkage warnings
https://bugs.webkit.org/show_bug.cgi?id=221047
Patch by Philippe Normand <[email protected]> on 2021-01-29
Reviewed by Carlos Garcia Campos.
Remove extern "C" braces, un-needed for private C++ objects.
Source/WebCore:
* platform/network/soup/WebKitFormDataInputStream.h:
Source/WebKit:
* NetworkProcess/soup/WebKitDirectoryInputStream.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (272056 => 272057)
--- trunk/Source/WebCore/ChangeLog 2021-01-29 10:46:36 UTC (rev 272056)
+++ trunk/Source/WebCore/ChangeLog 2021-01-29 11:01:23 UTC (rev 272057)
@@ -1,5 +1,16 @@
2021-01-29 Philippe Normand <[email protected]>
+ [GTK] return-type-c-linkage warnings
+ https://bugs.webkit.org/show_bug.cgi?id=221047
+
+ Reviewed by Carlos Garcia Campos.
+
+ Remove extern "C" braces, un-needed for private C++ objects.
+
+ * platform/network/soup/WebKitFormDataInputStream.h:
+
+2021-01-29 Philippe Normand <[email protected]>
+
[GStreamer][Playbin3] Support for CEA-608 closed captioned media
https://bugs.webkit.org/show_bug.cgi?id=220654
Modified: trunk/Source/WebCore/platform/network/soup/WebKitFormDataInputStream.h (272056 => 272057)
--- trunk/Source/WebCore/platform/network/soup/WebKitFormDataInputStream.h 2021-01-29 10:46:36 UTC (rev 272056)
+++ trunk/Source/WebCore/platform/network/soup/WebKitFormDataInputStream.h 2021-01-29 11:01:23 UTC (rev 272057)
@@ -30,8 +30,6 @@
#include <wtf/Forward.h>
#include <wtf/glib/GRefPtr.h>
-G_BEGIN_DECLS
-
#define WEBKIT_TYPE_FORM_DATA_INPUT_STREAM (webkit_form_data_input_stream_get_type ())
#define WEBKIT_FORM_DATA_INPUT_STREAM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), WEBKIT_TYPE_FORM_DATA_INPUT_STREAM, WebKitFormDataInputStream))
#define WEBKIT_IS_FORM_DATA_INPUT_STREAM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), WEBKIT_TYPE_FORM_DATA_INPUT_STREAM))
@@ -57,6 +55,3 @@
GRefPtr<GInputStream> webkitFormDataInputStreamNew(Ref<WebCore::FormData>&&);
GBytes* webkitFormDataInputStreamReadAll(WebKitFormDataInputStream*);
-
-G_END_DECLS
-
Modified: trunk/Source/WebKit/ChangeLog (272056 => 272057)
--- trunk/Source/WebKit/ChangeLog 2021-01-29 10:46:36 UTC (rev 272056)
+++ trunk/Source/WebKit/ChangeLog 2021-01-29 11:01:23 UTC (rev 272057)
@@ -1,3 +1,14 @@
+2021-01-29 Philippe Normand <[email protected]>
+
+ [GTK] return-type-c-linkage warnings
+ https://bugs.webkit.org/show_bug.cgi?id=221047
+
+ Reviewed by Carlos Garcia Campos.
+
+ Remove extern "C" braces, un-needed for private C++ objects.
+
+ * NetworkProcess/soup/WebKitDirectoryInputStream.h:
+
2021-01-29 Youenn Fablet <[email protected]>
Use WebRTC GPU process flag for MediaRecorder
Modified: trunk/Source/WebKit/NetworkProcess/soup/WebKitDirectoryInputStream.h (272056 => 272057)
--- trunk/Source/WebKit/NetworkProcess/soup/WebKitDirectoryInputStream.h 2021-01-29 10:46:36 UTC (rev 272056)
+++ trunk/Source/WebKit/NetworkProcess/soup/WebKitDirectoryInputStream.h 2021-01-29 11:01:23 UTC (rev 272057)
@@ -29,8 +29,6 @@
#include <wtf/glib/GRefPtr.h>
#include <wtf/text/CString.h>
-G_BEGIN_DECLS
-
#define WEBKIT_TYPE_DIRECTORY_INPUT_STREAM (webkit_directory_input_stream_get_type ())
#define WEBKIT_DIRECTORY_INPUT_STREAM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), WEBKIT_TYPE_DIRECTORY_INPUT_STREAM, WebKitDirectoryInputStream))
#define WEBKIT_IS_DIRECTORY_INPUT_STREAM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), WEBKIT_TYPE_DIRECTORY_INPUT_STREAM))
@@ -55,6 +53,3 @@
GType webkit_directory_input_stream_get_type(void);
GRefPtr<GInputStream> webkitDirectoryInputStreamNew(GRefPtr<GFileEnumerator>&&, CString&& uri);
-
-G_END_DECLS
-
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes