WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2009-08-17 00:30:21 PDT
Created
attachment 34962
[details]
patch
Darin Adler
Comment 2
2009-08-17 00:35:17 PDT
http://trac.webkit.org/changeset/47354
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug