Bug 124485

Summary: REGRESSION(r159363): [GTK] API break in webkit_dom_html_media_element_set_current_time
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: BindingsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, gustavo, pnormand
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch pnormand: review+

Description Carlos Garcia Campos 2013-11-18 01:35:56 PST
In r159363 currentTime attribute was changed to not raise exceptions. This breaks the API of GObject DOM bindings because we use a GError parameter for exceptions that has been removed.
Comment 1 Carlos Garcia Campos 2013-11-18 01:38:53 PST
Created attachment 217179 [details]
Patch
Comment 2 Carlos Garcia Campos 2013-11-18 01:49:55 PST
Committed r159406: <http://trac.webkit.org/changeset/159406>