| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-4/keyframes-source-offsets.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/keyframes-source-offsets.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/keyframes-source-offsets.html
|
| index 5afb518873dd95d21ad2ff7419455f37d74911e5..94e6c68b53687b3767ff5299f164895a86204e7c 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/keyframes-source-offsets.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/keyframes-source-offsets.html
|
| @@ -49,7 +49,7 @@ function test()
|
| dumpRule(animationsPayload[i]);
|
|
|
| InspectorTest.addResult("\n>> Modifying keyframe rule");
|
| - var style = new WebInspector.CSSStyleDeclaration(InspectorTest.cssModel, null, animationsPayload[1].keyframes[0].style, WebInspector.CSSStyleDeclaration.Type.Regular);
|
| + var style = new SDK.CSSStyleDeclaration(InspectorTest.cssModel, null, animationsPayload[1].keyframes[0].style, SDK.CSSStyleDeclaration.Type.Regular);
|
| style.setText("width: 123px").then(onStyleEdited);
|
|
|
| function onStyleEdited()
|
|
|