Bug 28385

Summary: Tweak HTMLFrameElementBase so that m_URL can be private
Product: WebKit Reporter: Darin Adler <darin>
Component: FramesAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch mitz: review+

Description Darin Adler 2009-08-17 00:27:34 PDT
HTMLFrameElementBase has a function, isURLAllowed, that takes an AtomicString argument. But it is always called with the value from m_URL, and it should use that directly rather than taking an argument so we can make m_URL private.
Comment 1 Darin Adler 2009-08-17 00:30:21 PDT
Created attachment 34962 [details]
patch
Comment 2 Darin Adler 2009-08-17 00:35:17 PDT
http://trac.webkit.org/changeset/47354