Bug 85890 - Element: isURLAttribute() should take a const Attribute&.
Summary: Element: isURLAttribute() should take a const Attribute&.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-08 09:17 PDT by Andreas Kling
Modified: 2012-05-08 09:26 PDT (History)
4 users (show)

See Also:


Attachments
QBasic patch (38.47 KB, patch)
2012-05-08 09:18 PDT, Andreas Kling
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2012-05-08 09:17:33 PDT
We should enforce the const-ness of Attribute here at compile-time.
Comment 1 Andreas Kling 2012-05-08 09:18:25 PDT
Created attachment 140727 [details]
QBasic patch
Comment 2 Andreas Kling 2012-05-08 09:26:52 PDT
Committed r116430: <http://trac.webkit.org/changeset/116430>