Bug 125692

Summary: REGRESSION(r155784): [GTK] Some methods incorrectly removed in r155784 and deprecated in r158662
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: BindingsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, gustavo, jasuarez
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mrobinson: review+

Description Carlos Garcia Campos 2013-12-13 07:21:23 PST
In r155784 the build was fixed by skipping Console::profile() and Console::profileEnd(), but the patch also skipped other methods containing the profile method name. Those were incorrectly deprecated in r158662 thinking that the property had been removed in the idl.
Comment 1 Carlos Garcia Campos 2013-12-13 07:23:34 PST
Created attachment 219169 [details]
Patch
Comment 2 Carlos Garcia Campos 2013-12-13 07:38:12 PST
Committed r160545: <http://trac.webkit.org/changeset/160545>