aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/webdriver_msg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/msg/webdriver_msg.rs')
-rw-r--r--components/msg/webdriver_msg.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/components/msg/webdriver_msg.rs b/components/msg/webdriver_msg.rs
index 7921bb0a156..bc57f58fa28 100644
--- a/components/msg/webdriver_msg.rs
+++ b/components/msg/webdriver_msg.rs
@@ -53,4 +53,7 @@ impl ToJson for WebDriverJSValue {
}
}
-pub struct LoadComplete;
+pub enum LoadStatus {
+ LoadComplete,
+ LoadTimeout
+}