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

Changeset 284679 in webkit


Ignore:
Timestamp:
Oct 22, 2021, 6:48:45 AM (5 years ago)
Author:
berto@igalia.com
Message:

Unreviewed, fix typo in the WebKitWebInspector documentation.

  • UIProcess/API/gtk/WebKitWebInspector.cpp:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r284674 r284679  
     12021-10-22  Alberto Garcia  <berto@igalia.com>
     2
     3        Unreviewed, fix typo in the WebKitWebInspector documentation.
     4
     5        * UIProcess/API/gtk/WebKitWebInspector.cpp:
     6
    172021-10-22  Youenn Fablet  <youenn@apple.com>
    28
  • trunk/Source/WebKit/UIProcess/API/gtk/WebKitWebInspector.cpp

    r275816 r284679  
    4747 * <informalexample><programlisting>
    4848 * /<!-- -->* Enable the developer extras *<!-- -->/
    49  * WebKitSettings *setting = webkit_web_view_get_settings (WEBKIT_WEB_VIEW(my_webview));
     49 * WebKitSettings *settings = webkit_web_view_get_settings (WEBKIT_WEB_VIEW(my_webview));
    5050 * g_object_set (G_OBJECT(settings), "enable-developer-extras", TRUE, NULL);
    5151 *
Note: See TracChangeset for help on using the changeset viewer.