mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 20:29:42 +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 :^)
10 lines
120 B
C++
10 lines
120 B
C++
#include "WSMessageReceiver.h"
|
|
|
|
WSMessageReceiver::WSMessageReceiver()
|
|
{
|
|
}
|
|
|
|
WSMessageReceiver::~WSMessageReceiver()
|
|
{
|
|
}
|