Skip to content

Commit 10ee2c7

Browse files
committed
WIP (12)
1 parent d9b1161 commit 10ee2c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/WinWebDiffLib/WebWindow.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ class CWebWindow
151151
return m_parent->OnWebMessageReceived(sender, args);
152152
}).Get(), nullptr);
153153

154-
//m_webview->AddScriptToExecuteOnDocumentCreated(m_scriptOnLoad.c_str(), nullptr);
155-
156154
m_webview->CallDevToolsProtocolMethod(L"Page.enable", L"{}", nullptr);
157155
m_webview->CallDevToolsProtocolMethod(L"DOM.enable", L"{}", nullptr);
158156
m_webview->CallDevToolsProtocolMethod(L"CSS.enable", L"{}", nullptr);

0 commit comments

Comments
 (0)