Bug 132226 - [GTK] TextTrackCue API changed in r163649
Summary: [GTK] TextTrackCue API changed in r163649
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on: 132220
Blocks: 131672 132227
  Show dependency treegraph
 
Reported: 2014-04-27 00:59 PDT by Carlos Garcia Campos
Modified: 2014-04-28 00:57 PDT (History)
8 users (show)

See Also:


Attachments
Patch (19.11 KB, patch)
2014-04-27 01:04 PDT, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2014-04-27 00:59:09 PDT
TextTrackCue is now a base class and part of its API was moved to the derived class VTTCue. We need to update the GObject DOM bindings to keep backwards compatibility.
Comment 1 Carlos Garcia Campos 2014-04-27 01:04:57 PDT
Created attachment 230255 [details]
Patch
Comment 2 Carlos Garcia Campos 2014-04-28 00:57:53 PDT
Committed r167874: <http://trac.webkit.org/changeset/167874>