Skip to content

Commit 6032621

Browse files
Update index.html
Co-Authored-By: Marcos Cáceres <marcos@marcosc.com>
1 parent de1f99b commit 6032621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <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);
173173
PerformanceMeasure measure(DOMString measureName, optional (DOMString or PerformanceMeasureOptions) startOrMeasureOptions = {}, optional DOMString endMark);
174174
void clearMeasures(optional DOMString measureName);

0 commit comments

Comments
 (0)