summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/workers/worklet.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/workers/worklet.h')
-rw-r--r--chromium/third_party/blink/renderer/core/workers/worklet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/workers/worklet.h b/chromium/third_party/blink/renderer/core/workers/worklet.h
index 4b747f7cb87..5a5f200cd6b 100644
--- a/chromium/third_party/blink/renderer/core/workers/worklet.h
+++ b/chromium/third_party/blink/renderer/core/workers/worklet.h
@@ -51,7 +51,7 @@ class CORE_EXPORT Worklet : public ScriptWrappable,
// Called by WorkletPendingTasks to notify the Worklet.
void FinishPendingTasks(WorkletPendingTasks*);
- void Trace(Visitor*) override;
+ void Trace(Visitor*) const override;
protected:
explicit Worklet(LocalDOMWindow&);