aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared
diff options
context:
space:
mode:
authoreri <eri@inventati.org>2024-08-05 12:24:01 +0200
committerGitHub <noreply@github.com>2024-08-05 10:24:01 +0000
commitbabc844c93755e032e724adb81cfb235090c4fdb (patch)
tree195dd14fe0640fbab344a6b0f5283e6e2218f746 /components/shared
parent4d49b04668c3793bbb5dd8460a9d6f55d7f6538e (diff)
downloadservo-babc844c93755e032e724adb81cfb235090c4fdb.tar.gz
servo-babc844c93755e032e724adb81cfb235090c4fdb.zip
DevTools: Allow modification of attributes (#32888)
* feat: allow modification of attributes Signed-off-by: eri <eri@inventati.org> * fix: tidiness Signed-off-by: eri <eri@inventati.org> * feat: clean walker name generation Co-authored-by: Martin Robinson <mrobinson@igalia.com> Signed-off-by: eri <eri@inventati.org> * fix: missed out parameter Signed-off-by: eri <eri@inventati.org> --------- Signed-off-by: eri <eri@inventati.org> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'components/shared')
-rw-r--r--components/shared/devtools/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/devtools/lib.rs b/components/shared/devtools/lib.rs
index 2455a324712..bf6ebed2466 100644
--- a/components/shared/devtools/lib.rs
+++ b/components/shared/devtools/lib.rs
@@ -222,7 +222,7 @@ pub enum DevtoolScriptControlMsg {
Reload(PipelineId),
}
-#[derive(Debug, Deserialize, Serialize)]
+#[derive(Clone, Debug, Deserialize, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct Modification {
pub attribute_name: String,