| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon.html
|
| index c5e47399a4f2bfa3afb82ad6f81fb04135f620bd..913b79cee0005a844ed87781fabc7a4f19fa1f7b 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon.html
|
| @@ -9,7 +9,7 @@ function test()
|
| {
|
| var formattedStyle;
|
|
|
| - InspectorTest.cssModel.addEventListener(WebInspector.CSSModel.Events.StyleSheetChanged, onStyleSheetChanged, this);
|
| + InspectorTest.cssModel.addEventListener(SDK.CSSModel.Events.StyleSheetChanged, onStyleSheetChanged, this);
|
|
|
| function onStyleSheetChanged(event)
|
| {
|
|
|