diff --git a/browser_patches/webkit/BUILD_NUMBER b/browser_patches/webkit/BUILD_NUMBER index a4f4c031eb..644dc12a7e 100644 --- a/browser_patches/webkit/BUILD_NUMBER +++ b/browser_patches/webkit/BUILD_NUMBER @@ -1,2 +1,2 @@ -1345 -Changed: yurys@chromium.org Mon Sep 21 15:52:04 PDT 2020 +1346 +Changed: yurys@chromium.org Mon Sep 21 17:56:58 PDT 2020 diff --git a/browser_patches/webkit/patches/bootstrap.diff b/browser_patches/webkit/patches/bootstrap.diff index e0f26ebedb..384532658c 100644 --- a/browser_patches/webkit/patches/bootstrap.diff +++ b/browser_patches/webkit/patches/bootstrap.diff @@ -313,13 +313,25 @@ index 508eb02ec95c52408384a1e2b77648afd426dd9d..05f483dced4b62ffdd60b0a044750480 { return m_router.hasLocalFrontend() ? Inspector::FrontendChannel::ConnectionType::Local : Inspector::FrontendChannel::ConnectionType::Remote; diff --git a/Source/JavaScriptCore/inspector/agents/InspectorTargetAgent.h b/Source/JavaScriptCore/inspector/agents/InspectorTargetAgent.h -index edcd489b76e080827e0741f14bab09f9ea9303d4..cbb18bbff3c6277fdcc6455160d692d03d56c338 100644 +index edcd489b76e080827e0741f14bab09f9ea9303d4..25a20c38575604ca1702a23ccf55c2024a07d993 100644 --- a/Source/JavaScriptCore/inspector/agents/InspectorTargetAgent.h +++ b/Source/JavaScriptCore/inspector/agents/InspectorTargetAgent.h -@@ -50,15 +50,21 @@ public: - Protocol::ErrorStringOr setPauseOnStart(bool); - Protocol::ErrorStringOr resume(const String& targetId); - Protocol::ErrorStringOr sendMessageToTarget(const String& targetId, const String& message); +@@ -43,22 +43,28 @@ public: + ~InspectorTargetAgent(); + + // InspectorAgentBase +- void didCreateFrontendAndBackend(FrontendRouter*, BackendDispatcher*); +- void willDestroyFrontendAndBackend(DisconnectReason); ++ void didCreateFrontendAndBackend(FrontendRouter*, BackendDispatcher*) override; ++ void willDestroyFrontendAndBackend(DisconnectReason) override; + + // TargetBackendDispatcherHandler +- Protocol::ErrorStringOr setPauseOnStart(bool); +- Protocol::ErrorStringOr resume(const String& targetId); +- Protocol::ErrorStringOr sendMessageToTarget(const String& targetId, const String& message); ++ Protocol::ErrorStringOr setPauseOnStart(bool) override; ++ Protocol::ErrorStringOr resume(const String& targetId) override; ++ Protocol::ErrorStringOr sendMessageToTarget(const String& targetId, const String& message) override; + Protocol::ErrorStringOr activate(const String& targetId) override; + Protocol::ErrorStringOr close(const String& targetId, Optional&& runBeforeUnload) override;