Bug 125389
Summary: | Vector stores Predicate object as OwnPtr instead of raw pointer in XPath | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | XML | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | andersca, ap, darin, dongseong.hwang, kling, rwlbuis |
Priority: | P2 | Keywords: | BlinkMergeCandidate |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
*** This bug has been marked as a duplicate of bug 121082 ***
Darin Adler
I did a much better version of this fix about 10 days before this Blink patch landed. I wonder if there’s some connection?