Bug 13875 - [gdk] Make FrameGdk.cpp after changes to Page<->Settings relationship
Summary: [gdk] Make FrameGdk.cpp after changes to Page<->Settings relationship
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-25 07:16 PDT by Holger Freyther
Modified: 2007-05-26 06:42 PDT (History)
0 users

See Also:


Attachments
Make FrameGdk.cpp compile (1.27 KB, patch)
2007-05-25 07:17 PDT, Holger Freyther
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Freyther 2007-05-25 07:16:52 PDT
r21749 broke the Gdk port. The attached patch is fixing that.
Comment 1 Holger Freyther 2007-05-25 07:17:59 PDT
Created attachment 14722 [details]
Make FrameGdk.cpp compile

Frame::setSettings was removed, the Page is the owner of Settings. Use Page::settings() in FrameGdk to set the settings.
Comment 2 Anders Carlsson 2007-05-25 07:21:16 PDT
Comment on attachment 14722 [details]
Make FrameGdk.cpp compile

r=me
Comment 3 Mark Rowe (bdash) 2007-05-26 06:42:08 PDT
Landed in r21795