Closed
Bug 1235067
Opened 10 years ago
Closed 10 years ago
[TART] stopRecord takes an unused argument
Categories
(Testing :: Talos, defect)
Testing
Talos
Tracking
(firefox46 fixed)
RESOLVED
FIXED
mozilla46
| Tracking | Status | |
|---|---|---|
| firefox46 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
Details
Attachments
(1 file)
|
1.56 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
Found this while investigating the APZ tart regression yesterday. The stopRecord function in tart.js takes a Handle parameter but never uses it. It just uses |recordingHandle| directly, since it has access to the variable. No functional change really.
Attachment #8701848 -
Flags: review?(jmaher)
Comment 1•10 years ago
|
||
Comment on attachment 8701848 [details] [diff] [review]
Patch
Review of attachment 8701848 [details] [diff] [review]:
-----------------------------------------------------------------
thanks!
Attachment #8701848 -
Flags: review?(jmaher) → review+
Comment 3•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in
before you can comment on or make changes to this bug.
Description
•