mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Bug 1159003 - Remove Performance::GetAsISupports(), r=bz
This commit is contained in:
parent
bc3eb89dee
commit
16a1923c3b
4 changed files with 1 additions and 13 deletions
|
|
@ -542,7 +542,7 @@ Performance::Measure(JSContext* aCx,
|
|||
}
|
||||
|
||||
RefPtr<PerformanceMeasure> performanceMeasure = new PerformanceMeasure(
|
||||
GetAsISupports(), aName, startTime, endTime, detail);
|
||||
GetParentObject(), aName, startTime, endTime, detail);
|
||||
InsertUserEntry(performanceMeasure);
|
||||
|
||||
return performanceMeasure.forget();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue