[Webkit-unassigned] [Bug 130978] New: [GTK] Readonly attributes installed as readwrite in GObject DOM bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 31 12:23:14 PDT 2014


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

           Summary: [GTK] Readonly attributes installed as readwrite in
                    GObject DOM bindings
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrobinson at webkit.org
                CC: cgarcia at igalia.com


We get this error when generating the GIR file:

GLib-GObject-CRITICAL **: g_object_class_install_property: assertion 'class->set_property != NULL' failed

This happens because even though an attribute is read-only, it is installed as read-write. This is a problem when there are no other read-write attributes and the code generator does not generate a set_property vmethod.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list