WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
75757
JSArray::pop() should compare SparseArrayValueMap::find() to SparseArrayValueMap::notFound()
https://bugs.webkit.org/show_bug.cgi?id=75757
Summary
JSArray::pop() should compare SparseArrayValueMap::find() to SparseArrayValue...
Michael Saboff
Reported
2012-01-06 16:09:05 PST
In JSArray::pop(), the results of SparseArrayValueMap::find() (a SparseArrayValueMap::iterator) is compared against SparseArrayValueMap::end() (a SparseArrayValueMap::const_iterator). This fails to compile on some platforms. It should be compared against SparseArrayValueMap::notFound().
Attachments
Add attachment
proposed patch, testcase, etc.
Michael Saboff
Comment 1
2012-01-06 16:28:02 PST
Committed
r104355
: <
http://trac.webkit.org/changeset/104355
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug