Bug 31492 - DOMHTMLInputElement::replaceCharactersInRange() is unimplemented
Summary: DOMHTMLInputElement::replaceCharactersInRange() is unimplemented
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Jon Honeycutt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-13 14:10 PST by Jon Honeycutt
Modified: 2009-11-17 15:40 PST (History)
0 users

See Also:


Attachments
patch (2.96 KB, patch)
2009-11-13 14:17 PST, Jon Honeycutt
mitz: review+
jhoneycutt: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Honeycutt 2009-11-13 14:10:16 PST
DOMHTMLInputElement::replaceCharactersInRange() is stubbed.
Comment 1 Jon Honeycutt 2009-11-13 14:17:15 PST
Created attachment 43202 [details]
patch
Comment 2 mitz 2009-11-14 16:26:21 PST
Comment on attachment 43202 [details]
patch

> +    ASSERT(m_element && m_element->hasTagName(inputTag));

Please split into two separate assertions.
Comment 3 Jon Honeycutt 2009-11-17 15:40:40 PST
I made Dan's change.

Landed in r51094.