Bug 124739 - Remove unused functions from WebCore and WebKit2
Summary: Remove unused functions from WebCore and WebKit2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-21 13:00 PST by Daniel Bates
Modified: 2013-11-21 15:18 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.50 KB, patch)
2013-11-21 13:04 PST, Daniel Bates
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2013-11-21 13:00:54 PST
We should remove the following unused functions:

In file Source/WebCore/editing/markup.cpp:

- isHTMLBlockElement()
- ancestorToRetainStructureAndAppearanceWithNoRenderer()

In file Source/WebKit2/UIProcess/API/mac/WKBrowsingContextController.mm:

- autoreleased(WKURLRequestRef)
- autoreleased(WKURLResponseRef)
Comment 1 Daniel Bates 2013-11-21 13:04:05 PST
Created attachment 217603 [details]
Patch
Comment 2 Daniel Bates 2013-11-21 15:18:19 PST
Committed r159649: <http://trac.webkit.org/changeset/159649>