Bug 13875

Summary: [gdk] Make FrameGdk.cpp after changes to Page<->Settings relationship
Product: WebKit Reporter: Holger Freyther <zecke>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Make FrameGdk.cpp compile andersca: review+

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