From b7b6b9c9e5b84dea67ff6a2b691245f640644b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 31 Jan 2022 14:00:18 +0100 Subject: Revert "refactor: factor out CDP message types (#13501)" (#13540) This reverts commit 382a978859a7a7a4351542be818bb2e59523429c. --- core/inspector.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/inspector.rs b/core/inspector.rs index b6c86fb79..97a04407d 100644 --- a/core/inspector.rs +++ b/core/inspector.rs @@ -649,10 +649,10 @@ impl LocalInspectorSession { self.notification_queue.split_off(0) } - pub async fn post_message( + pub async fn post_message( &mut self, method: &str, - params: Option, + params: Option, ) -> Result { let id = self.next_message_id; self.next_message_id += 1; -- cgit v1.2.3