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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html

Issue 2605693003: DevTools: introduce object previews experiment (Closed)
Patch Set: rebase Created 3 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 | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-format.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html b/third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html
index bfb28408e2482375f27466625997d55f53141956..1b60edad166861bdfbbb9102cd07a880010f51a0 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-global.html
@@ -23,7 +23,7 @@ function test()
if (result.type === "error")
testController.notifyDone("Exception:" + result);
var objectProxy = InspectorTest.runtimeModel.createRemoteObject(result);
- objectProxy.getOwnProperties(getPropertiesCallback);
+ objectProxy.getOwnProperties(false, getPropertiesCallback);
}
function getPropertiesCallback(properties)
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-format.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698