mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 05:55:13 +00:00
This is a monster patch that required changing a whole bunch of things. There are performance and stability issues all over the place, but it works. Pretty cool, I have to admit :^)
9 lines
120 B
C++
9 lines
120 B
C++
#include "WSMessageReceiver.h"
|
|
|
|
WSMessageReceiver::WSMessageReceiver()
|
|
{
|
|
}
|
|
|
|
WSMessageReceiver::~WSMessageReceiver()
|
|
{
|
|
}
|