summaryrefslogtreecommitdiff
path: root/dom/performance/PerformanceMainThread.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-10-25 22:49:37 +0200
committerMoonchild <moonchild@palemoon.org>2023-10-25 22:49:37 +0200
commit622b43cbc5efc0beb23e601bf87367e1b402a8dd (patch)
tree863676ae9a157993a74124aa80634282eab0a12a /dom/performance/PerformanceMainThread.h
parent75b44ef620a9d054ad7e46058be0963e9dfc181c (diff)
parenta653f74576ccf7e6dd26f4af63a7ca238f63dbc3 (diff)
downloaduxp-622b43cbc5efc0beb23e601bf87367e1b402a8dd.tar.gz
Merge branch 'master' into release
Diffstat (limited to 'dom/performance/PerformanceMainThread.h')
-rw-r--r--dom/performance/PerformanceMainThread.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/dom/performance/PerformanceMainThread.h b/dom/performance/PerformanceMainThread.h
index 702483e9de..fc81c94e2a 100644
--- a/dom/performance/PerformanceMainThread.h
+++ b/dom/performance/PerformanceMainThread.h
@@ -62,9 +62,13 @@ public:
return true;
}
+ void QueueNavigationTimingEntry() override;
+
protected:
~PerformanceMainThread();
+ void CreateNavigationTimingEntry();
+
nsISupports* GetAsISupports() override
{
return this;
@@ -76,7 +80,6 @@ protected:
GetPerformanceTimingFromString(const nsAString& aTimingName) override;
void DispatchBufferFullEvent() override;
- void EnsureDocEntry();
RefPtr<PerformanceEntry> mDocEntry;
RefPtr<nsDOMNavigationTiming> mDOMTiming;