Bug 28385 - Tweak HTMLFrameElementBase so that m_URL can be private
Summary: Tweak HTMLFrameElementBase so that m_URL can be private
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Frames (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-17 00:27 PDT by Darin Adler
Modified: 2009-08-17 00:35 PDT (History)
0 users

See Also:


Attachments
patch (4.86 KB, patch)
2009-08-17 00:30 PDT, Darin Adler
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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