Do not let macros mess with shape of JSExecutor's vtable
Reviewed By: mhorowitz Differential Revision: D5750246 fbshipit-source-id: b9b428bb301abe208075d409b1a08cde070b17d8
This commit is contained in:
parent
4cba3abf06
commit
8ffe131dad
|
@ -73,9 +73,7 @@ public:
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
#ifdef WITH_JSC_MEMORY_PRESSURE
|
||||
virtual void handleMemoryPressure(int pressureLevel) {}
|
||||
#endif
|
||||
|
||||
virtual void destroy() {}
|
||||
virtual ~JSExecutor() {}
|
||||
|
|
Loading…
Reference in New Issue