Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5109)

Unified Diff: chrome/renderer/debug_message_handler.cc

Issue 6274: Greasemonkey support. (Closed)
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/renderer/debug_message_handler.cc
diff --git a/chrome/renderer/debug_message_handler.cc b/chrome/renderer/debug_message_handler.cc
index 7faa43079cbdc776c81aec6099ca7276a6fe101c..6c59f8cd4e5ed85c5896f337739c14cb37243f90 100644
--- a/chrome/renderer/debug_message_handler.cc
+++ b/chrome/renderer/debug_message_handler.cc
@@ -22,7 +22,7 @@ void DebugMessageHandler::EvaluateScriptUrl(const std::wstring& url) {
// It's possible that this will get cleared out from under us.
RenderView* view = view_;
if (view) {
- view->EvaluateScriptUrl(L"", url);
+ view->EvaluateScript(L"", url, L"");
}
}

Powered by Google App Engine
This is Rietveld 408576698