Bug 44895

Summary: Remove unused canReferToParentFrameEncoding() function from FrameLoader.cpp
Product: WebKit Reporter: Justin Schuh <jschuh>
Component: New BugsAssignee: Justin Schuh <jschuh>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, japhet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

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