RESOLVED FIXED 13875
[gdk] Make FrameGdk.cpp after changes to Page<->Settings relationship
https://bugs.webkit.org/show_bug.cgi?id=13875
Summary [gdk] Make FrameGdk.cpp after changes to Page<->Settings relationship
Holger Freyther
Reported 2007-05-25 07:16:52 PDT
r21749 broke the Gdk port. The attached patch is fixing that.
Attachments
Make FrameGdk.cpp compile (1.27 KB, patch)
2007-05-25 07:17 PDT, Holger Freyther
andersca: review+
Holger Freyther
Comment 1 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.
Anders Carlsson
Comment 2 2007-05-25 07:21:16 PDT
Comment on attachment 14722 [details] Make FrameGdk.cpp compile r=me
Mark Rowe (bdash)
Comment 3 2007-05-26 06:42:08 PDT
Landed in r21795
Note You need to log in before you can comment on or make changes to this bug.