mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove unused function (issue #1853)
This commit is contained in:
@ -72,17 +72,6 @@ bool GetPrivate(v8::Local<v8::Context> context,
|
|||||||
.ToLocal(result);
|
.ToLocal(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
void DeletePrivate(v8::Local<v8::Context> context,
|
|
||||||
v8::Local<v8::Object> obj,
|
|
||||||
const char* key) {
|
|
||||||
v8::Isolate* isolate = context->GetIsolate();
|
|
||||||
obj->DeletePrivate(context,
|
|
||||||
v8::Private::ForApi(
|
|
||||||
isolate,
|
|
||||||
v8::String::NewFromUtf8(isolate, key)))
|
|
||||||
.FromJust();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Manages memory and state information associated with a single Isolate.
|
// Manages memory and state information associated with a single Isolate.
|
||||||
class CefV8IsolateManager {
|
class CefV8IsolateManager {
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user