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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-request-revision-content.html

Issue 2613643002: DevTools: migrate from external Maps to symbols in the bindings objects. (Closed)
Patch Set: Created 3 years, 12 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/http/tests/inspector/network/network-request-revision-content.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-request-revision-content.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-request-revision-content.html
index 12992403f003a21e894bccb21f49b40a895b2169..50488d72907c1b15bb0302acdd6d0f4285e6da88 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-request-revision-content.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-request-revision-content.html
@@ -29,7 +29,7 @@ function test()
if (!uiSourceCode)
return;
uiSourceCode.addRevision("");
- uiSourceCode.history[0].requestContent().then(step3);
+ uiSourceCode.history()[0].requestContent().then(step3);
}
function step3(content)

Powered by Google App Engine
This is Rietveld 408576698