mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
27dfe5daed
For now it's identical to ChromeObjectWrapperBase. Custom behavior comes in the next patch.
8 lines
106 B
C++
8 lines
106 B
C++
#include "ChromeObjectWrapper.h"
|
|
|
|
namespace xpc {
|
|
|
|
ChromeObjectWrapper ChromeObjectWrapper::singleton;
|
|
|
|
}
|