| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-inspector-stylesheet.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-inspector-stylesheet.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-inspector-stylesheet.html
|
| index 68324e453a4641180baca2c89af0c18884c976f3..c62d1eebd9d1c5aad57c61ae132ba82fcc201e31 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-inspector-stylesheet.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-inspector-stylesheet.html
|
| @@ -17,7 +17,7 @@ function test()
|
|
|
| function onWorkingCopyCommitted(event)
|
| {
|
| - WebInspector.workspace.removeEventListener(WebInspector.UISourceCode.Events.WorkingCopyCommitted, onWorkingCopyCommitted);
|
| + WebInspector.workspace.removeEventListener(WebInspector.Workspace.Events.WorkingCopyCommitted, onWorkingCopyCommitted);
|
| var uiSourceCode = event.data.uiSourceCode;
|
| InspectorTest.addResult("Inspector stylesheet URL: " + uiSourceCode.displayName());
|
| uiSourceCode.requestContent().then(printContent(onContent))
|
|
|