RESOLVED FIXED 44895
Remove unused canReferToParentFrameEncoding() function from FrameLoader.cpp
https://bugs.webkit.org/show_bug.cgi?id=44895
Summary Remove unused canReferToParentFrameEncoding() function from FrameLoader.cpp
Justin Schuh
Reported 2010-08-30 14:28:42 PDT
Remove unused canReferToParentFrameEncoding() function from FrameLoader.cpp
Attachments
Patch (1.35 KB, patch)
2010-08-30 14:34 PDT, Justin Schuh
no flags
Justin Schuh
Comment 1 2010-08-30 14:34:33 PDT
Nate Chapin
Comment 2 2010-08-30 14:36:58 PDT
Comment on attachment 65958 [details] Patch Yay cleanup!
WebKit Commit Bot
Comment 3 2010-08-31 05:26:57 PDT
Comment on attachment 65958 [details] Patch Clearing flags on attachment: 65958 Committed r66476: <http://trac.webkit.org/changeset/66476>
WebKit Commit Bot
Comment 4 2010-08-31 05:27:02 PDT
All reviewed patches have been landed. Closing bug.
Alexey Proskuryakov
Comment 5 2010-08-31 09:53:53 PDT
This function is now defined and used in DocumentWriter.cpp, someone just forgot to remove it from its old location.
Justin Schuh
Comment 6 2010-08-31 10:20:37 PDT
Sorry for the lack of context. I was looking at DocumentWriter and noticed this method was duplicated here. I checked with Nate and verified this was dead code left behind from when DocumentWriter was factored out of FrameLoader in: http://trac.webkit.org/changeset/57927
Note You need to log in before you can comment on or make changes to this bug.