Bug 96779 - [GTK] Don't use the C API internally in WebKitHitTestResult
Summary: [GTK] Don't use the C API internally in WebKitHitTestResult
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on: 96778
Blocks: 96766 96780 99705
  Show dependency treegraph
 
Reported: 2012-09-14 07:13 PDT by Carlos Garcia Campos
Modified: 2012-10-18 05:16 PDT (History)
1 user (show)

See Also:


Attachments
Patch (6.93 KB, patch)
2012-09-14 07:14 PDT, Carlos Garcia Campos
xan.lopez: 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 2012-09-14 07:13:17 PDT
Use the C++ classes instead.
Comment 1 Carlos Garcia Campos 2012-09-14 07:14:38 PDT
Created attachment 164141 [details]
Patch
Comment 2 Mario Sanchez Prada 2012-10-03 01:46:09 PDT
Comment on attachment 164141 [details]
Patch

Looks good to me
Comment 3 Xan Lopez 2012-10-18 04:58:00 PDT
Comment on attachment 164141 [details]
Patch

Looks good, the 'using namespace' thing in the header will be fixed in a follow-up.
Comment 4 Carlos Garcia Campos 2012-10-18 05:16:57 PDT
Committed r131729: <http://trac.webkit.org/changeset/131729>