| Index: Source/bindings/v8/V8NPObject.h
|
| diff --git a/Source/bindings/v8/V8NPObject.h b/Source/bindings/v8/V8NPObject.h
|
| index cd8d403dfda64a7cd16991af701765b2120a0150..4465b039868ac112cc19d43742df365d4c2f73a7 100644
|
| --- a/Source/bindings/v8/V8NPObject.h
|
| +++ b/Source/bindings/v8/V8NPObject.h
|
| @@ -54,7 +54,7 @@ void npObjectInvokeDefaultHandler(const v8::FunctionCallbackInfo<v8::Value>&);
|
| // Get a wrapper for a NPObject.
|
| // If the object is already wrapped, the pre-existing wrapper will be returned. If the object is not wrapped, wrap it, and
|
| // give V8 a weak reference to the wrapper which will cleanup when there are no more JS references to the object.
|
| -v8::Local<v8::Object> createV8ObjectForNPObject(NPObject*, NPObject* root);
|
| +v8::Local<v8::Object> createV8ObjectForNPObject(NPObject*, NPObject* root, v8::Isolate*);
|
|
|
| // Tell V8 to forcibly remove an object.
|
| // This is used at plugin teardown so that the caller can aggressively unload the plugin library. After calling this
|
|
|