Bug 127334 - Make Range constructable
Summary: Make Range constructable
Status: RESOLVED DUPLICATE of bug 115639
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate, InRadar
Depends on:
Blocks:
 
Reported: 2014-01-20 20:47 PST by Ryosuke Niwa
Modified: 2014-01-20 23:47 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2014-01-20 20:47:07 PST
Consider merging https://chromium.googlesource.com/chromium/blink/+/47ca40efdf58a4787aa33aa75a35778899b1c002

http://dom.spec.whatwg.org/#interface-range

Now we can do `new Range()` instead of `document.createRange()`.
Comment 1 Radar WebKit Bug Importer 2014-01-20 22:14:37 PST
<rdar://problem/15866999>
Comment 2 Alexey Proskuryakov 2014-01-20 23:47:20 PST

*** This bug has been marked as a duplicate of bug 115639 ***