[Webkit-unassigned] [Bug 174767] New: [GTK] A typo in the reference manual of WebKitWebInspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 23 19:23:37 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=174767

            Bug ID: 174767
           Summary: [GTK] A typo in the reference manual of
                    WebKitWebInspector
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ashie at clear-code.com
                CC: bugs-noreply at webkitgtk.org

There is a typo in an example code in the reference manual of WebKitWebInspector.

https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebInspector.html
https://trac.webkit.org/browser/webkit/trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebInspector.cpp?rev=218332#L53

  - webkit_web_load_uri (WEBKIT_WEB_VIEW(my_webview), "http://www.gnome.org");
  + webkit_web_view_load_uri (WEBKIT_WEB_VIEW(my_webview), "http://www.gnome.org");

"view" is missing in the function name.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170724/27689995/attachment-0001.html>


More information about the webkit-unassigned mailing list