Index: chrome/test/data/extensions/api_test/stubs/content_script.js |
diff --git a/chrome/test/data/extensions/api_test/stubs/content_script.js b/chrome/test/data/extensions/api_test/stubs/content_script.js |
index 1b3f2ebc9e695ccdb2179b1c11d37915c43a22cc..6994a468bd0fe58d4acbddb7329b899a938b1be6 100644 |
--- a/chrome/test/data/extensions/api_test/stubs/content_script.js |
+++ b/chrome/test/data/extensions/api_test/stubs/content_script.js |
@@ -79,7 +79,7 @@ function testPath(path, expectError) { |
// to throw an error on access. |
try { |
if (typeof(module[parts[i]]) == "undefined" && |
- path != "extension.lastError" && |
+ path != "runtime.lastError" && |
asargent_no_longer_on_chrome
2013/01/03 22:42:27
Should you have just removed this line, since ther
not at google - send to devlin
2013/01/04 22:22:02
Actually I think I shouldn't have changed this at
|
path != "runtime.lastError" && |
path != "runtime.id") { |
logToConsoleAndStdout(" fail (undefined and not throwing error): " + |