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

Unified Diff: LayoutTests/inspector/elements/styles/stylesheet-source-url-comment.html

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: LayoutTests/inspector/elements/styles/stylesheet-source-url-comment.html
diff --git a/LayoutTests/inspector/elements/styles/stylesheet-source-url-comment.html b/LayoutTests/inspector/elements/styles/stylesheet-source-url-comment.html
index ddde9e9cccfb44e34e8031c5bbde6150d1ad86d9..8ab1c2cfa7e170d9ce52572d1f60810899552c84 100644
--- a/LayoutTests/inspector/elements/styles/stylesheet-source-url-comment.html
+++ b/LayoutTests/inspector/elements/styles/stylesheet-source-url-comment.html
@@ -35,7 +35,7 @@ function test()
{
function forEachHeaderMatchingURL(url, handler)
{
- var headers = WebInspector.cssModel.styleSheetHeaders();
+ var headers = InspectorTest.cssModel.styleSheetHeaders();
for (var i = 0; i < headers.length; ++i) {
if (headers[i].sourceURL.indexOf(url) !== -1)
handler(headers[i]);
« no previous file with comments | « LayoutTests/inspector/elements/styles/styles-test.js ('k') | LayoutTests/inspector/elements/styles/undo-add-new-rule.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698