Bug 27139 - Fix chromium platform build bustage
Summary: Fix chromium platform build bustage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P1 Normal
Assignee: Dmitry Titov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-09 17:37 PDT by Michael Nordman
Modified: 2009-07-09 19:35 PDT (History)
1 user (show)

See Also:


Attachments
Fix compile errors (1.91 KB, patch)
2009-07-09 17:43 PDT, Michael Nordman
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nordman 2009-07-09 17:37:40 PDT
Widget is now refcounted, so our derived classes that added refcounted needs fixing.
Comment 1 Michael Nordman 2009-07-09 17:43:44 PDT
Created attachment 32543 [details]
Fix compile errors
Comment 2 Dmitry Titov 2009-07-09 17:56:48 PDT
Landed: http://trac.webkit.org/changeset/45685
Comment 3 Michael Nordman 2009-07-09 19:35:13 PDT
Thank for landing dimitry.

This also ripples into our "glue" layer, still recovering from that.