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

« back to all changes in this revision

Viewing changes to shared/renderer/oxide_user_script_slave.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:
150
150
    return;
151
151
  }
152
152
 
153
 
  v8::Handle<v8::Value> argv[] = {
 
153
  v8::Local<v8::Value> argv[] = {
154
154
      message_manager->GetOxideApiObject(message_manager->isolate())
155
155
  };
156
156