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

Unified Diff: LayoutTests/inspector/console/console-native-function-to-string.html

Issue 189723004: DevTools: console evaluation should work when window.console is overriden. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | « no previous file | LayoutTests/inspector/console/console-substituted.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/console-native-function-to-string.html
diff --git a/LayoutTests/inspector/console/console-native-function-to-string.html b/LayoutTests/inspector/console/console-native-function-to-string.html
index f46be2aec9512966264c553ca64bed911290e464..da0825e0eebeb3f083026c73b09a8deec14695d5 100644
--- a/LayoutTests/inspector/console/console-native-function-to-string.html
+++ b/LayoutTests/inspector/console/console-native-function-to-string.html
@@ -14,7 +14,7 @@ function test()
function printCommandLineAPI()
{
var properties = [];
- for (var p in console._commandLineAPI) {
+ for (var p in __commandLineAPI) {
if (/^\$(_|\d+)$/.test(p))
continue;
properties.push(p);
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-substituted.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698