| Index: LayoutTests/inspector-protocol/css/css-set-property-text-inline.html
|
| diff --git a/LayoutTests/inspector-protocol/css/css-set-property-text-inline.html b/LayoutTests/inspector-protocol/css/css-set-property-text-inline.html
|
| index 8d9c33467d8692133affd62668ca02b2f8520f43..1f4a61c4ae1b548f24e946c13b9106b5d4b6d1d0 100644
|
| --- a/LayoutTests/inspector-protocol/css/css-set-property-text-inline.html
|
| +++ b/LayoutTests/inspector-protocol/css/css-set-property-text-inline.html
|
| @@ -25,7 +25,7 @@ function test()
|
|
|
| function onInlineStyleRecieved(result)
|
| {
|
| - var styleSheetId = result.inlineStyle.styleId.styleSheetId;
|
| + var styleSheetId = result.inlineStyle.styleSheetId;
|
| setPropertyText = InspectorTest.setPropertyText.bind(InspectorTest, styleSheetId, false);
|
| verifyProtocolError = InspectorTest.setPropertyText.bind(InspectorTest, styleSheetId, true);
|
| dumpStyleSheet = InspectorTest.dumpStyleSheetText.bind(null, styleSheetId);
|
|
|