mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
UWP: clear console when navigating pages.
This commit is contained in:
parent
bd8c7d6f4d
commit
c7f5d8a266
4 changed files with 10 additions and 1 deletions
|
@ -51,6 +51,7 @@ private:
|
|||
class DevtoolsDelegate {
|
||||
public:
|
||||
virtual void OnDevtoolsMessage(DevtoolsMessageLevel, hstring, hstring) = 0;
|
||||
virtual void ClearConsole() = 0;
|
||||
virtual void OnDevtoolsDetached() = 0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue