| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-2/multiple-imports-edit-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/multiple-imports-edit-crash.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/multiple-imports-edit-crash.html
|
| index 3e8e11dde72c79045fcbeafe2e921019c523299b..8a8079bb6e29bdd4d6d6a9d5747ba366b37d52dd 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/multiple-imports-edit-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/multiple-imports-edit-crash.html
|
| @@ -14,8 +14,8 @@
|
|
|
| function test()
|
| {
|
| - InspectorTest.cssModel.addEventListener(WebInspector.CSSModel.Events.StyleSheetAdded, styleSheetAdded, this);
|
| - InspectorTest.cssModel.addEventListener(WebInspector.CSSModel.Events.StyleSheetRemoved, styleSheetRemoved, this);
|
| + InspectorTest.cssModel.addEventListener(SDK.CSSModel.Events.StyleSheetAdded, styleSheetAdded, this);
|
| + InspectorTest.cssModel.addEventListener(SDK.CSSModel.Events.StyleSheetRemoved, styleSheetRemoved, this);
|
| InspectorTest.nodeWithId("inspected", nodeFound);
|
|
|
| function nodeFound(node)
|
|
|