Bug 118628 - Move the Length parsing functions to using Vector<Length>
Summary: Move the Length parsing functions to using Vector<Length>
Status: NEW
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
Depends on:
Blocks:
 
Reported: 2013-07-12 17:00 PDT by Ryosuke Niwa
Modified: 2013-07-12 17:00 PDT (History)
3 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-07-12 17:00:21 PDT
Merge https://chromium.googlesource.com/chromium/blink/+/bbbb5d67d04ba1f8497258846c2cdaf660e91b58

The use of OwnArrayPtr<Length> was unneeded and there was no good
reason for these functions not to use a Vector. The big upside is to
remove the manual length tracking and getting the ASSERT from the
Vector for OOB accesses.