Skip to content

Commit

Permalink
WIP (12)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Nov 19, 2023
1 parent d9b1161 commit 10ee2c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/WinWebDiffLib/WebWindow.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ class CWebWindow
return m_parent->OnWebMessageReceived(sender, args);
}).Get(), nullptr);

//m_webview->AddScriptToExecuteOnDocumentCreated(m_scriptOnLoad.c_str(), nullptr);

m_webview->CallDevToolsProtocolMethod(L"Page.enable", L"{}", nullptr);
m_webview->CallDevToolsProtocolMethod(L"DOM.enable", L"{}", nullptr);
m_webview->CallDevToolsProtocolMethod(L"CSS.enable", L"{}", nullptr);
Expand Down

0 comments on commit 10ee2c7

Please sign in to comment.