Closed
Bug 841619
Opened 12 years ago
Closed 12 years ago
Factor out an ArrayBufferObject::changeContents from uninlineData
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: luke, Assigned: luke)
References
Details
Attachments
(1 file)
|
3.29 KB,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
This patch factors out the logic required to change an ArrayBufferObject's dynamic elements (ObjectElements header and data array). This currently has only one use but bug 840280 adds another. I think this change also makes the code a bit more readable.
Attachment #714183 -
Flags: review?(sphink)
Comment 1•12 years ago
|
||
Comment on attachment 714183 [details] [diff] [review]
patch
Review of attachment 714183 [details] [diff] [review]:
-----------------------------------------------------------------
More better. Is good.
Attachment #714183 -
Flags: review?(sphink) → review+
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•