[Webkit-unassigned] [Bug 90002] New: WebKitGTK+ GObject DOM bindings do not support Uint8Array

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 26 12:09:12 PDT 2012


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

           Summary: WebKitGTK+ GObject DOM bindings do not support
                    Uint8Array
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ppergame at google.com


So I tried to compile GTK port with --media-source, and got errors like this:

In file included from ./DerivedSources/webkit/WebKitDOMHTMLAudioElement.h:27,
                 from ./DerivedSources/webkit/webkitdom.h:62,
                 from Source/WebCore/bindings/gobject/WebKitHTMLElementWrapperFactory.cpp:152:
./DerivedSources/webkit/WebKitDOMHTMLMediaElement.h:101: error: ‘WebKitDOMUint8Array’ has not been declared
make[1]: *** [Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-WebKitHTMLElementWrapperFactory.lo] Error 1


I attached a patch I'm using to work around this. The namespace kludge is because Uint8Array lives in WTF, but CodeGeneratorGObject.pm insists on prefixing things with WebCore::

-- 
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