gecko/js/xpconnect/wrappers/ChromeObjectWrapper.cpp
Bobby Holley 27dfe5daed Bug 760109 - Introduce an explicit ChromeObjectWrapper. r=mrbkap
For now it's identical to ChromeObjectWrapperBase. Custom behavior comes in the next patch.
2012-07-27 12:15:46 +02:00

8 lines
106 B
C++

#include "ChromeObjectWrapper.h"
namespace xpc {
ChromeObjectWrapper ChromeObjectWrapper::singleton;
}