| Index: public/web/WebBindings.h
|
| diff --git a/public/web/WebBindings.h b/public/web/WebBindings.h
|
| index a83120a52824cbba4a8bfa63175e95c645dbf39c..494e73610d23cdf0299d9b4e479eab75dfe2bf9c 100644
|
| --- a/public/web/WebBindings.h
|
| +++ b/public/web/WebBindings.h
|
| @@ -135,6 +135,11 @@ public:
|
| // _NPN_UnregisterObject
|
| BLINK_EXPORT static void unregisterObject(NPObject*);
|
|
|
| + // Unlike unregisterObject, only drops the V8 wrapper object,
|
| + // not touching the NPObject itself, except for decrementing
|
| + // its references counter.
|
| + BLINK_EXPORT static void dropV8WrapperForObject(NPObject*);
|
| +
|
| // NPN_UTF8FromIdentifier
|
| BLINK_EXPORT static NPUTF8* utf8FromIdentifier(NPIdentifier);
|
|
|
|
|