| Index: extensions/renderer/native_handler.h
|
| diff --git a/extensions/renderer/native_handler.h b/extensions/renderer/native_handler.h
|
| index 1491feb84c3c703c710bce598dd31356a75d9741..de1b9f52796399695e3264cf974a8fa82e8de622 100644
|
| --- a/extensions/renderer/native_handler.h
|
| +++ b/extensions/renderer/native_handler.h
|
| @@ -21,7 +21,7 @@ class NativeHandler {
|
| virtual ~NativeHandler();
|
|
|
| // Create a new instance of the object this handler specifies.
|
| - virtual v8::Handle<v8::Object> NewInstance() = 0;
|
| + virtual v8::Local<v8::Object> NewInstance() = 0;
|
|
|
| // Invalidate this object so it cannot be used any more. This is needed
|
| // because it's possible for this to outlive its owner context. Invalidate
|
|
|