Bug 138478 - Drop useless HTMLElement::isURLAttribute() override
Summary: Drop useless HTMLElement::isURLAttribute() override
Status: RESOLVED MOVED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-06 15:17 PST by Chris Dumez
Modified: 2014-11-06 15:21 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2014-11-06 15:17:18 PST
Drop useless HTMLElement::isURLAttribute() override as it is doing nothing but call the parent class' isURLAttribute().