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

Unified Diff: chrome/browser/extensions/error_console/error_console_browsertest.cc

Issue 150413003: Merge 248514 "Update V8 to version 3.24.30.1 (based on bleeding_..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1820/src/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « DEPS ('k') | net/proxy/proxy_resolver_v8_tracing_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/error_console/error_console_browsertest.cc
===================================================================
--- chrome/browser/extensions/error_console/error_console_browsertest.cc (revision 248531)
+++ chrome/browser/extensions/error_console/error_console_browsertest.cc (working copy)
@@ -528,7 +528,7 @@
extension->id(),
script_url,
false, // not incognito
- "Uncaught TypeError: Cannot call method 'addUrl' of undefined",
+ "Uncaught TypeError: Cannot read property 'addUrl' of undefined",
logging::LOG_ERROR,
extension->url().Resolve(kBackgroundPageName),
1u);
« no previous file with comments | « DEPS ('k') | net/proxy/proxy_resolver_v8_tracing_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698