X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmojo%2Fapps%2Fjs%2Fbindings%2Fgl%2Fmodule.cc;h=ef53e3dd0dbf07e07adfc994c8baf4d64376fae1;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=973e9befdbe837de0d5b2ecc8be7d6b907103741;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/mojo/apps/js/bindings/gl/module.cc b/src/mojo/apps/js/bindings/gl/module.cc index 973e9be..ef53e3d 100644 --- a/src/mojo/apps/js/bindings/gl/module.cc +++ b/src/mojo/apps/js/bindings/gl/module.cc @@ -25,8 +25,8 @@ gin::WrapperInfo kWrapperInfo = { gin::kEmbedderNativeGin }; gin::Handle CreateContext( const gin::Arguments& args, mojo::Handle handle, - v8::Handle did_create_callback) { - return Context::Create(args.isolate(), handle, did_create_callback); + v8::Handle context_lost_callback) { + return Context::Create(args.isolate(), handle, context_lost_callback); } } // namespace