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

Unified Diff: third_party/WebKit/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html

Issue 2629073004: ac (Closed)
Patch Set: 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
Index: third_party/WebKit/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html
diff --git a/third_party/WebKit/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html b/third_party/WebKit/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html
index fe69b1be13dc118310ce7b0a3891e0b0b308c048..b65217113c2b7b9afd54b27bb813bfbd6cc69283 100644
--- a/third_party/WebKit/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html
+++ b/third_party/WebKit/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html
@@ -12,7 +12,7 @@ function test()
function step1(error, result, exceptionDetails)
{
var localStorageHandle = InspectorTest.runtimeModel.createRemoteObject(result);
- localStorageHandle.getOwnProperties(step2);
+ localStorageHandle.getOwnProperties(false, step2);
}
function step2(properties)

Powered by Google App Engine
This is Rietveld 408576698