| Index: third_party/WebKit/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html b/third_party/WebKit/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
| index 6d67687f83da396193ebe8c690c3a40c3432e4e9..2728c6f597f673fcf21d4303076fff80ac9244b3 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
| @@ -12,7 +12,7 @@ function test()
|
| var rule;
|
| var matchedStyleResult;
|
|
|
| - InspectorTest.cssModel.addEventListener(WebInspector.CSSModel.Events.StyleSheetChanged, onStyleSheetChanged, this);
|
| + InspectorTest.cssModel.addEventListener(SDK.CSSModel.Events.StyleSheetChanged, onStyleSheetChanged, this);
|
|
|
| function onStyleSheetChanged(event)
|
| {
|
|
|