File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,9 +168,9 @@ <h2>Extensions to the <code><dfn data-cite="HR-TIME-2#dfn-performance">Performan
168168 };
169169
170170 partial interface Performance {
171- PerformanceMark mark(DOMString markName, optional PerformanceMarkOptions markOptions);
171+ PerformanceMark mark(DOMString markName, optional PerformanceMarkOptions markOptions = {} );
172172 void clearMarks(optional DOMString markName);
173- PerformanceMeasure measure(DOMString measureName, optional (DOMString or PerformanceMeasureOptions) startOrMeasureOptions, optional DOMString endMark);
173+ PerformanceMeasure measure(DOMString measureName, optional (DOMString or PerformanceMeasureOptions) startOrMeasureOptions = {} , optional DOMString endMark);
174174 void clearMeasures(optional DOMString measureName);
175175 };
176176 </ pre >
You can’t perform that action at this time.
0 commit comments