RESOLVED FIXED 28385
Tweak HTMLFrameElementBase so that m_URL can be private
https://bugs.webkit.org/show_bug.cgi?id=28385
Summary Tweak HTMLFrameElementBase so that m_URL can be private
Darin Adler
Reported 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.
Attachments
patch (4.86 KB, patch)
2009-08-17 00:30 PDT, Darin Adler
mitz: review+
Darin Adler
Comment 1 2009-08-17 00:30:21 PDT
Darin Adler
Comment 2 2009-08-17 00:35:17 PDT
Note You need to log in before you can comment on or make changes to this bug.