Bug 162380

Summary: [GTK] Rename DataObjectGtk as SelectionData
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2 Keywords: Gtk
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Fix the build zan: review+

Description Carlos Garcia Campos 2016-09-22 03:49:01 PDT
DataObjectGtk represents the data of a selection, like GtkSelectionData, used for clipboard and drag adn drop operations. Data object is a very generic name, and the Gtk suffix sounds like if this is the GTK implementation of a generic DataObject class.
Comment 1 Carlos Garcia Campos 2016-09-22 03:55:24 PDT
Created attachment 289543 [details]
Patch
Comment 2 Carlos Garcia Campos 2016-09-22 04:17:41 PDT
Created attachment 289545 [details]
Fix the build

Fixed wrong forward declaration
Comment 3 Carlos Garcia Campos 2016-09-22 05:17:07 PDT
Committed r206256: <http://trac.webkit.org/changeset/206256>