[Pkg-chromium-commit] chromium-browser/chromium-browser.squeeze: 733 Fix 68263.patch

Giuseppe Iuculano iuculano at debian.org
Tue Mar 8 18:13:32 UTC 2011


Branch name: chromium-browser/chromium-browser.squeeze
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.squeeze
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 733
Revision Id: iuculano at debian.org-20110308181332-ik8u4wyo6wj0feqh
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Fix 68263.patch

--------------------------------------------------------
  ** Modified :
        - debian/patches/63732.patch

-------------- next part --------------
=== modified file 'debian/patches/63732.patch'
--- a/debian/patches/63732.patch	2011-03-03 14:27:03 +0000
+++ b/debian/patches/63732.patch	2011-03-08 18:13:32 +0000
@@ -9,7 +9,7 @@
 -  }
 -
 -  Cleanup();
-+  UpdateDelegate(false, L"", suppress_js_messages);
++  UpdateDelegate(false, L"", false);
  }
  
  void JavaScriptAppModalDialog::OnAccept(const std::wstring& prompt_text,
@@ -55,9 +55,9 @@
 +  if (skip_this_dialog_)
 +    return;
 +
-+  delegate_->OnMessageBoxClosed(reply_msg_, success, prompt_text);
++  client_->OnMessageBoxClosed(reply_msg_, success, prompt_text);
 +  if (suppress_js_messages)
-+    delegate_->SetSuppressMessageBoxes(true);
++    client_->SetSuppressMessageBoxes(true);
 +
 +  skip_this_dialog_ = true;
  }



More information about the Pkg-chromium-commit mailing list