Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index c94a12643435e6e0b745228f1779cdb1189d2154..883f4e84ab706c369e2a6761814bd12a4e875438 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -507,9 +507,8 @@ class Factory V8_FINAL { |
// Installs interceptors on the instance. 'desc' is a function template, |
// and instance is an object instance created by the function of this |
// function template. |
- void ConfigureInstance(Handle<FunctionTemplateInfo> desc, |
- Handle<JSObject> instance, |
- bool* pending_exception); |
+ MaybeHandle<FunctionTemplateInfo> ConfigureInstance( |
Igor Sheludko
2014/04/11 09:30:03
MUST_USE_RESULT
Yang
2014/04/11 09:41:52
Done.
|
+ Handle<FunctionTemplateInfo> desc, Handle<JSObject> instance); |
#define ROOT_ACCESSOR(type, name, camel_name) \ |
inline Handle<type> name() { \ |