Bug 40831 - REGRESSION (r61379?): Assertion failure in Element::getURLAttribute() when accessing the src attribute of a script element
Summary: REGRESSION (r61379?): Assertion failure in Element::getURLAttribute() when ac...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2010-06-18 07:32 PDT by mitz
Modified: 2010-06-18 09:27 PDT (History)
1 user (show)

See Also:


Attachments
Fix an apparent typo in HTMLScriptElement::isURLAttribute() (2.96 KB, patch)
2010-06-18 07:39 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.