Index: src/JsEngineInternal.h |
=================================================================== |
--- a/src/JsEngineInternal.h |
+++ b/src/JsEngineInternal.h |
@@ -94,7 +94,7 @@ |
void ScheduleTaskInternal(std::shared_ptr<TaskFunctionInterface>&& body); |
public: |
- JsEngineInternal(const AdblockPlus::ScopedV8IsolatePtr& isolate); |
+ JsEngineInternal(v8::Isolate* isolate); |
/** |
* Retrieve our persistent v8 context as a local handle. |