Bug 40831

Summary: REGRESSION (r61379?): Assertion failure in Element::getURLAttribute() when accessing the src attribute of a script element
Product: WebKit Reporter: mitz
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P1 Keywords: Regression
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Fix an apparent typo in HTMLScriptElement::isURLAttribute() andersca: review+

Description mitz 2010-06-18 07:32:15 PDT
Patch forthcoming.
Comment 1 mitz 2010-06-18 07:39:14 PDT
Created attachment 59106 [details]
Fix an apparent typo in HTMLScriptElement::isURLAttribute()
Comment 2 Anders Carlsson 2010-06-18 08:52:18 PDT
Comment on attachment 59106 [details]
Fix an apparent typo in HTMLScriptElement::isURLAttribute()

r=me!
Comment 3 mitz 2010-06-18 08:56:11 PDT
Fixed in <http://trac.webkit.org/projects/webkit/changeset/61410>.
Comment 4 Darin Adler 2010-06-18 09:27:28 PDT
I am reworking r61379, which I guess I had not tested sufficiently before! My patch included this fix, and I am glad it has been separately dealt with.

Along with this problem, I discovered that HTMLMediaElement is also missing isURLAttribute for the src attribute on <video> and <audio> elements.