~osomon/oxide/fix-crash-popup-menu

« back to all changes in this revision

Viewing changes to shared/renderer/oxide_script_message_handler_renderer.cc

  • Committer: Chris Coulson
  • Date: 2015-04-24 00:27:16 UTC
  • mfrom: (640.1.248 canary)
  • Revision ID: chris.coulson@canonical.com-20150424002716-rz2vs6ts1vgi6uvr
Bump Chromium rev to 44.0.2376.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  ScriptMessageImplRenderer* m =
53
53
      static_cast<ScriptMessageImplRenderer *>(message);
54
54
 
55
 
  v8::Handle<v8::Value> argv[] = {
 
55
  v8::Local<v8::Value> argv[] = {
56
56
    m->GetHandle()
57
57
  };
58
58