Pass FunctionTemplate in BuildPrototype
This commit is contained in:
		
					parent
					
						
							
								895b8b47ee
							
						
					
				
			
			
				commit
				
					
						cb19efe49c
					
				
			
		
					 47 changed files with 71 additions and 71 deletions
				
			
		|  | @ -32,7 +32,7 @@ class WebFrame : public mate::Wrappable<WebFrame> { | |||
|   static mate::Handle<WebFrame> Create(v8::Isolate* isolate); | ||||
| 
 | ||||
|   static void BuildPrototype(v8::Isolate* isolate, | ||||
|                              v8::Local<v8::ObjectTemplate> prototype); | ||||
|                              v8::Local<v8::FunctionTemplate> prototype); | ||||
| 
 | ||||
|  private: | ||||
|   explicit WebFrame(v8::Isolate* isolate); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Cheng Zhao
				Cheng Zhao