aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation/tracing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/constellation/tracing.rs')
-rw-r--r--components/constellation/tracing.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/constellation/tracing.rs b/components/constellation/tracing.rs
index 940cc9614cc..6237665b87f 100644
--- a/components/constellation/tracing.rs
+++ b/components/constellation/tracing.rs
@@ -177,6 +177,7 @@ mod from_script {
Self::TitleChanged(..) => target!("TitleChanged"),
Self::IFrameSizes(..) => target!("IFrameSizes"),
Self::ReportMemory(..) => target!("ReportMemory"),
+ Self::WebDriverInputComplete(..) => target!("WebDriverInputComplete"),
Self::FinishJavaScriptEvaluation(..) => target!("FinishJavaScriptEvaluation"),
}
}