Bug 125389 - Vector stores Predicate object as OwnPtr instead of raw pointer in XPath
Summary: Vector stores Predicate object as OwnPtr instead of raw pointer in XPath
Status: RESOLVED DUPLICATE of bug 121082
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-12-07 11:39 PST by Ryosuke Niwa
Modified: 2013-12-09 08:50 PST (History)
6 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 2013-12-07 11:39:17 PST
Consider merging https://chromium.googlesource.com/chromium/blink/+/a551bb8965cdbdb8938243bc6576992db67f4591

Vector can handle OwnPtr, so we don't have to delete an element in Vector
manually.
Comment 1 Darin Adler 2013-12-09 08:48:13 PST

*** This bug has been marked as a duplicate of bug 121082 ***
Comment 2 Darin Adler 2013-12-09 08:50:30 PST
I did a much better version of this fix about 10 days before this Blink patch landed. I wonder if there’s some connection?