Closed
Bug 1573196
Opened 4 years ago
Closed 4 years ago
[Documentation] Fix GeckoWebExecutor variable naming in example code provided
Categories
(GeckoView :: General, defect, P3)
Tracking
(firefox69 wontfix, firefox70 fixed)
RESOLVED
FIXED
mozilla70
People
(Reporter: awaseem, Assigned: awaseem)
Details
Attachments
(1 file)
In the example provided in the docs for GeckoWebExecutor
, the lambda function takes in response
, which is already defined to be a GeckoResult
. That variable needs to be renamed to something else in order to be compilable.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → awaseem
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by jwillcox@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1c5e22cd2378 Fixed GeckoWebExecutor documentation. r=geckoview-reviewers,snorp
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•