Bug 85890

Summary: Element: isURLAttribute() should take a const Attribute&.
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, feature-media-reviews, tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
QBasic patch andersca: review+

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>