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

Unified Diff: LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html

Issue 1196193016: DevTools: [CSS] promisify CSS domain (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comments Created 5 years, 6 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-4/undo-add-new-rule.html
diff --git a/LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html b/LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html
index 0ee89c3f97c986396c088afa1b625e572961683f..61643ad6ca04482c5a493753e08e4353f8eebcdb 100644
--- a/LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html
+++ b/LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html
@@ -73,7 +73,7 @@ function test()
var section = InspectorTest.firstMatchedStyleSection();
var id = section.styleRule.style().styleSheetId;
InspectorTest.CSSAgent.getStyleSheetText(id, callback);
- function callback(result, styleSheetText)
+ function callback(error, styleSheetText)
{
InspectorTest.addResult("===== Style sheet text: =====");
InspectorTest.addResult(styleSheetText);

Powered by Google App Engine
This is Rietveld 408576698