chore: remove native_mate (Part 14) (#21365)
* chore: remove uses of mate::Dictionary and mate::Handle * chore: move CreateConstructor to gin_helper * chore: remove native_mate * chore: remove unneeded gin patch
This commit is contained in:
parent
113b47d871
commit
0a741670a9
74 changed files with 215 additions and 2120 deletions
|
@ -18,8 +18,8 @@ class WebContents;
|
|||
|
||||
class WebContentsView : public View, public content::WebContentsObserver {
|
||||
public:
|
||||
static mate::WrappableBase* New(gin_helper::Arguments* args,
|
||||
gin::Handle<WebContents> web_contents);
|
||||
static gin_helper::WrappableBase* New(gin_helper::Arguments* args,
|
||||
gin::Handle<WebContents> web_contents);
|
||||
|
||||
static void BuildPrototype(v8::Isolate* isolate,
|
||||
v8::Local<v8::FunctionTemplate> prototype);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue