| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-live-edit.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-live-edit.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-live-edit.html
|
| index 831cf9e42b7d6cc1e08e9fe83f921dac289fbbd6..0dd259c0aa174fb7fee1feca663fc56aaa09d296 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-live-edit.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-live-edit.html
|
| @@ -17,7 +17,7 @@ function test()
|
|
|
| function didShowResource(sourceFrame)
|
| {
|
| - InspectorTest.addSniffer(WebInspector.CSSModel.prototype, "_fireStyleSheetChanged", didEditResource);
|
| + InspectorTest.addSniffer(SDK.CSSModel.prototype, "_fireStyleSheetChanged", didEditResource);
|
| InspectorTest.replaceInSource(sourceFrame, "font-size: 12px;", "font-size: 20px;");
|
| }
|
|
|
|
|