Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / error_console / error_console_browsertest.cc
index e81db38..6d51d39 100644 (file)
@@ -528,7 +528,7 @@ IN_PROC_BROWSER_TEST_F(ErrorConsoleBrowserTest, BadAPIPermissionsRuntimeError) {
       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);