Bug 168995 - Remove unused WKPageGroup* methods from WKDeprecatedFunctions.cpp
Summary: Remove unused WKPageGroup* methods from WKDeprecatedFunctions.cpp
Status: RESOLVED DUPLICATE of bug 168899
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-28 15:17 PST by Aakash Jain
Modified: 2017-03-01 11:06 PST (History)
5 users (show)

See Also:


Attachments
Proposed patch (3.18 KB, patch)
2017-02-28 15:21 PST, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2017-02-28 15:17:50 PST
WKPageGroup* methods in WKDeprecatedFunctions.cpp are not used anywhere. They should be removed.
Comment 1 Aakash Jain 2017-02-28 15:21:11 PST
Created attachment 302998 [details]
Proposed patch
Comment 2 Alexey Proskuryakov 2017-02-28 15:30:44 PST
Comment on attachment 302998 [details]
Proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=302998&action=review

> Source/WebKit2/ChangeLog:3
> +        Remove unused WKPageGroup* methods from WKDeprecatedFunctions.cpp

These looks like it's fixing the same issue as bug 168899. I believe that these functions are actually used, and cannot be removed.
Comment 3 Aakash Jain 2017-03-01 11:06:21 PST

*** This bug has been marked as a duplicate of bug 168899 ***