Title: [284679] trunk/Source/WebKit
Revision
284679
Author
[email protected]
Date
2021-10-22 06:48:45 -0700 (Fri, 22 Oct 2021)

Log Message

Unreviewed, fix typo in the WebKitWebInspector documentation.

* UIProcess/API/gtk/WebKitWebInspector.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (284678 => 284679)


--- trunk/Source/WebKit/ChangeLog	2021-10-22 13:44:00 UTC (rev 284678)
+++ trunk/Source/WebKit/ChangeLog	2021-10-22 13:48:45 UTC (rev 284679)
@@ -1,3 +1,9 @@
+2021-10-22  Alberto Garcia  <[email protected]>
+
+        Unreviewed, fix typo in the WebKitWebInspector documentation.
+
+        * UIProcess/API/gtk/WebKitWebInspector.cpp:
+
 2021-10-22  Youenn Fablet  <[email protected]>
 
         Audio over peer connection becomes latent when changing the output

Modified: trunk/Source/WebKit/UIProcess/API/gtk/WebKitWebInspector.cpp (284678 => 284679)


--- trunk/Source/WebKit/UIProcess/API/gtk/WebKitWebInspector.cpp	2021-10-22 13:44:00 UTC (rev 284678)
+++ trunk/Source/WebKit/UIProcess/API/gtk/WebKitWebInspector.cpp	2021-10-22 13:48:45 UTC (rev 284679)
@@ -46,7 +46,7 @@
  *
  * <informalexample><programlisting>
  * /<!-- -->* Enable the developer extras *<!-- -->/
- * WebKitSettings *setting = webkit_web_view_get_settings (WEBKIT_WEB_VIEW(my_webview));
+ * WebKitSettings *settings = webkit_web_view_get_settings (WEBKIT_WEB_VIEW(my_webview));
  * g_object_set (G_OBJECT(settings), "enable-developer-extras", TRUE, NULL);
  *
  * /<!-- -->* Load some data or reload to be able to inspect the page*<!-- -->/
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to