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

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

Issue 198053011: DevTools: [CSS] remove StyleId and RuleId types from protocol.json (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline Created 6 years, 9 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/undo-add-new-rule.html
diff --git a/LayoutTests/inspector/elements/styles/undo-add-new-rule.html b/LayoutTests/inspector/elements/styles/undo-add-new-rule.html
index a4ac3640d959378d76a9e411dc6bef44032befc5..ec19e3ef1fd87e7b16613de8be04970bce78a090 100644
--- a/LayoutTests/inspector/elements/styles/undo-add-new-rule.html
+++ b/LayoutTests/inspector/elements/styles/undo-add-new-rule.html
@@ -72,7 +72,7 @@ function test()
function printStyleSheetAndCall(next)
{
var section = WebInspector.panels.elements.sidebarPanes.styles.sections[0][2];
- var id = section.styleRule.style.id.styleSheetId;
+ var id = section.styleRule.style.styleSheetId;
CSSAgent.getStyleSheetText(id, callback);
function callback(result, styleSheetText)
{

Powered by Google App Engine
This is Rietveld 408576698