Bug 125692 - REGRESSION(r155784): [GTK] Some methods incorrectly removed in r155784 and deprecated in r158662
Summary: REGRESSION(r155784): [GTK] Some methods incorrectly removed in r155784 and de...
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:
Blocks:
 
Reported: 2013-12-13 07:21 PST by Carlos Garcia Campos
Modified: 2013-12-13 07:38 PST (History)
4 users (show)

See Also:


Attachments
Patch (5.40 KB, patch)
2013-12-13 07:23 PST, 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 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>