Index: chrome/renderer/extensions/app_bindings.h |
diff --git a/chrome/renderer/extensions/app_bindings.h b/chrome/renderer/extensions/app_bindings.h |
index 908dcecf27d4b4575518a9f985d86e598ca50e21..67f08b10440eeb19986ab6cb9ceedbcf2b83b2c9 100644 |
--- a/chrome/renderer/extensions/app_bindings.h |
+++ b/chrome/renderer/extensions/app_bindings.h |
@@ -37,7 +37,7 @@ class AppBindings : public ObjectBackedNativeHandler, |
void GetInstallState(const v8::FunctionCallbackInfo<v8::Value>& args); |
void GetRunningState(const v8::FunctionCallbackInfo<v8::Value>& args); |
- v8::Handle<v8::Value> GetDetailsForFrameImpl(blink::WebFrame* frame); |
+ v8::Local<v8::Value> GetDetailsForFrameImpl(blink::WebFrame* frame); |
void OnAppInstallStateResponse(const std::string& state, int callback_id); |