[GTK] C++ comments used in C header files
https://bugs.webkit.org/show_bug.cgi?id=203191

Reviewed by Žan Doberšek.

* UIProcess/API/gtk/WebKitAutocleanups.h:
* UIProcess/API/gtk/WebKitDefines.h:
* UIProcess/API/gtk/WebKitForwardDeclarations.h:
* UIProcess/API/gtk/WebKitWebViewBase.h:
* UIProcess/API/wpe/WebKitAutocleanups.h:
* UIProcess/API/wpe/WebKitDefines.h:
* WebProcess/InjectedBundle/API/gtk/WebKitWebEditor.h:
* WebProcess/InjectedBundle/API/gtk/WebKitWebExtensionAutocleanups.h:
* WebProcess/InjectedBundle/API/wpe/WebKitWebEditor.h:
* WebProcess/InjectedBundle/API/wpe/WebKitWebExtensionAutocleanups.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251423 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog
index cb3ea59..e2fb209 100644
--- a/Source/WebKit/ChangeLog
+++ b/Source/WebKit/ChangeLog
@@ -1,3 +1,21 @@
+2019-10-22  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        [GTK] C++ comments used in C header files
+        https://bugs.webkit.org/show_bug.cgi?id=203191
+
+        Reviewed by Žan Doberšek.
+
+        * UIProcess/API/gtk/WebKitAutocleanups.h:
+        * UIProcess/API/gtk/WebKitDefines.h:
+        * UIProcess/API/gtk/WebKitForwardDeclarations.h:
+        * UIProcess/API/gtk/WebKitWebViewBase.h:
+        * UIProcess/API/wpe/WebKitAutocleanups.h:
+        * UIProcess/API/wpe/WebKitDefines.h:
+        * WebProcess/InjectedBundle/API/gtk/WebKitWebEditor.h:
+        * WebProcess/InjectedBundle/API/gtk/WebKitWebExtensionAutocleanups.h:
+        * WebProcess/InjectedBundle/API/wpe/WebKitWebEditor.h:
+        * WebProcess/InjectedBundle/API/wpe/WebKitWebExtensionAutocleanups.h:
+
 2019-10-22  Wenson Hsieh  <wenson_hsieh@apple.com>
 
         imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https.html is flaky
diff --git a/Source/WebKit/UIProcess/API/gtk/WebKitAutocleanups.h b/Source/WebKit/UIProcess/API/gtk/WebKitAutocleanups.h
index 5757f57..82463b5 100644
--- a/Source/WebKit/UIProcess/API/gtk/WebKitAutocleanups.h
+++ b/Source/WebKit/UIProcess/API/gtk/WebKitAutocleanups.h
@@ -83,7 +83,7 @@
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebsiteData, webkit_website_data_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebViewSessionState, webkit_web_view_session_state_unref)
 
-#endif // __GI_SCANNER__
-#endif // G_DEFINE_AUTOPTR_CLEANUP_FUNC
+#endif /* __GI_SCANNER__ */
+#endif /* G_DEFINE_AUTOPTR_CLEANUP_FUNC */
 
-#endif // WebKitAutocleanups_h
+#endif /* WebKitAutocleanups_h */
diff --git a/Source/WebKit/UIProcess/API/gtk/WebKitDefines.h b/Source/WebKit/UIProcess/API/gtk/WebKitDefines.h
index 520e995..ff3d5ef 100644
--- a/Source/WebKit/UIProcess/API/gtk/WebKitDefines.h
+++ b/Source/WebKit/UIProcess/API/gtk/WebKitDefines.h
@@ -45,4 +45,4 @@
 #define WEBKIT_DEPRECATED WEBKIT_API G_DEPRECATED
 #define WEBKIT_DEPRECATED_FOR(f) WEBKIT_API G_DEPRECATED_FOR(f)
 
-#endif // WebKitDefines_h
+#endif /* WebKitDefines_h */
diff --git a/Source/WebKit/UIProcess/API/gtk/WebKitForwardDeclarations.h b/Source/WebKit/UIProcess/API/gtk/WebKitForwardDeclarations.h
index 543f4b1..e76e7a1 100644
--- a/Source/WebKit/UIProcess/API/gtk/WebKitForwardDeclarations.h
+++ b/Source/WebKit/UIProcess/API/gtk/WebKitForwardDeclarations.h
@@ -36,4 +36,4 @@
 typedef struct _WebKitContextMenu     WebKitContextMenu;
 typedef struct _WebKitContextMenuItem WebKitContextMenuItem;
 
-#endif // WebKitForward_h
+#endif /* WebKitForward_h */
diff --git a/Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.h b/Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.h
index f24457f..d05d0dd 100644
--- a/Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.h
+++ b/Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.h
@@ -68,4 +68,4 @@
 
 G_END_DECLS
 
-#endif // WebKitWebViewBase_h
+#endif /* WebKitWebViewBase_h */
diff --git a/Source/WebKit/UIProcess/API/wpe/WebKitAutocleanups.h b/Source/WebKit/UIProcess/API/wpe/WebKitAutocleanups.h
index 45302f6..8ff3339 100644
--- a/Source/WebKit/UIProcess/API/wpe/WebKitAutocleanups.h
+++ b/Source/WebKit/UIProcess/API/wpe/WebKitAutocleanups.h
@@ -78,7 +78,7 @@
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebsiteData, webkit_website_data_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebViewSessionState, webkit_web_view_session_state_unref)
 
-#endif // __GI_SCANNER__
-#endif // G_DEFINE_AUTOPTR_CLEANUP_FUNC
+#endif /* __GI_SCANNER__ */
+#endif /* G_DEFINE_AUTOPTR_CLEANUP_FUNC */
 
-#endif // WebKitAutocleanups_h
+#endif /* WebKitAutocleanups_h */
diff --git a/Source/WebKit/UIProcess/API/wpe/WebKitDefines.h b/Source/WebKit/UIProcess/API/wpe/WebKitDefines.h
index 77c3524..6138e41 100644
--- a/Source/WebKit/UIProcess/API/wpe/WebKitDefines.h
+++ b/Source/WebKit/UIProcess/API/wpe/WebKitDefines.h
@@ -45,4 +45,4 @@
 #define WEBKIT_DEPRECATED WEBKIT_API G_DEPRECATED
 #define WEBKIT_DEPRECATED_FOR(f) WEBKIT_API G_DEPRECATED_FOR(f)
 
-#endif // WebKitDefines_h
+#endif /* WebKitDefines_h */
diff --git a/Source/WebKit/WebProcess/InjectedBundle/API/gtk/WebKitWebEditor.h b/Source/WebKit/WebProcess/InjectedBundle/API/gtk/WebKitWebEditor.h
index 0cfe9f0..2060715 100644
--- a/Source/WebKit/WebProcess/InjectedBundle/API/gtk/WebKitWebEditor.h
+++ b/Source/WebKit/WebProcess/InjectedBundle/API/gtk/WebKitWebEditor.h
@@ -62,4 +62,4 @@
 
 G_END_DECLS
 
-#endif // WebKitWebEditor_h
+#endif /* WebKitWebEditor_h */
diff --git a/Source/WebKit/WebProcess/InjectedBundle/API/gtk/WebKitWebExtensionAutocleanups.h b/Source/WebKit/WebProcess/InjectedBundle/API/gtk/WebKitWebExtensionAutocleanups.h
index 28caf3a..849c7db 100644
--- a/Source/WebKit/WebProcess/InjectedBundle/API/gtk/WebKitWebExtensionAutocleanups.h
+++ b/Source/WebKit/WebProcess/InjectedBundle/API/gtk/WebKitWebExtensionAutocleanups.h
@@ -35,7 +35,7 @@
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebHitTestResult, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebPage, g_object_unref)
 
-#endif // __GI_SCANNER__
-#endif // G_DEFINE_AUTOPTR_CLEANUP_FUNC
+#endif /* __GI_SCANNER__ */
+#endif /* G_DEFINE_AUTOPTR_CLEANUP_FUNC */
 
-#endif // WebKitWebExtensionAutocleanups_h
+#endif /* WebKitWebExtensionAutocleanups_h */
diff --git a/Source/WebKit/WebProcess/InjectedBundle/API/wpe/WebKitWebEditor.h b/Source/WebKit/WebProcess/InjectedBundle/API/wpe/WebKitWebEditor.h
index 0d411b0..05a4149 100644
--- a/Source/WebKit/WebProcess/InjectedBundle/API/wpe/WebKitWebEditor.h
+++ b/Source/WebKit/WebProcess/InjectedBundle/API/wpe/WebKitWebEditor.h
@@ -62,4 +62,4 @@
 
 G_END_DECLS
 
-#endif // WebKitWebEditor_h
+#endif /* WebKitWebEditor_h */
diff --git a/Source/WebKit/WebProcess/InjectedBundle/API/wpe/WebKitWebExtensionAutocleanups.h b/Source/WebKit/WebProcess/InjectedBundle/API/wpe/WebKitWebExtensionAutocleanups.h
index 3540676..4c4d784 100644
--- a/Source/WebKit/WebProcess/InjectedBundle/API/wpe/WebKitWebExtensionAutocleanups.h
+++ b/Source/WebKit/WebProcess/InjectedBundle/API/wpe/WebKitWebExtensionAutocleanups.h
@@ -35,7 +35,7 @@
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebHitTestResult, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebPage, g_object_unref)
 
-#endif // __GI_SCANNER__
-#endif // G_DEFINE_AUTOPTR_CLEANUP_FUNC
+#endif /* __GI_SCANNER__ */
+#endif /* G_DEFINE_AUTOPTR_CLEANUP_FUNC */
 
-#endif // WebKitWebExtensionAutocleanups_h
+#endif /* WebKitWebExtensionAutocleanups_h */