Bug 127334

Summary: Make Range constructable
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, mjs, oliver, rmondello, webkit-bug-importer
Priority: P2 Keywords: BlinkMergeCandidate, InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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 ***