| Index: third_party/WebKit/LayoutTests/http/tests/inspector/websocket/websocket-frame-error.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/websocket/websocket-frame-error.html b/third_party/WebKit/LayoutTests/http/tests/inspector/websocket/websocket-frame-error.html
|
| index 673d0c4c1fc6ea4e5b59913d2fb90dfb1460b59e..786d88e00d6f53c9d2399f9578b79ee34eb9a1bb 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/websocket/websocket-frame-error.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/websocket/websocket-frame-error.html
|
| @@ -22,12 +22,12 @@ function test() {
|
| var frame = websocketFrames[i];
|
| var result = String.sprintf("%d-%s: %s", (i + 1), frame.type, frame.text);
|
| InspectorTest.addResult(result);
|
| - if (frame.type == WebInspector.NetworkRequest.WebSocketFrameType.Error)
|
| + if (frame.type == SDK.NetworkRequest.WebSocketFrameType.Error)
|
| InspectorTest.completeTest();
|
| }
|
| }
|
| }
|
| - InspectorTest.networkManager.addEventListener(WebInspector.NetworkManager.Events.RequestUpdated, onRequest);
|
| + InspectorTest.networkManager.addEventListener(SDK.NetworkManager.Events.RequestUpdated, onRequest);
|
| InspectorTest.evaluateInPage("sendMessages()");
|
| }
|
| </script>
|
|
|