Bug 44895 - Remove unused canReferToParentFrameEncoding() function from FrameLoader.cpp
Summary: Remove unused canReferToParentFrameEncoding() function from FrameLoader.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Justin Schuh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-30 14:28 PDT by Justin Schuh
Modified: 2010-08-31 10:20 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.35 KB, patch)
2010-08-30 14:34 PDT, Justin Schuh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Schuh 2010-08-30 14:28:42 PDT
Remove unused canReferToParentFrameEncoding() function from FrameLoader.cpp
Comment 1 Justin Schuh 2010-08-30 14:34:33 PDT
Created attachment 65958 [details]
Patch
Comment 2 Nate Chapin 2010-08-30 14:36:58 PDT
Comment on attachment 65958 [details]
Patch

Yay cleanup!
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2010-08-31 05:27:02 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Alexey Proskuryakov 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.
Comment 6 Justin Schuh 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