| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network-preflight-options.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network-preflight-options.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network-preflight-options.html
|
| index b615d3519d15044f4573bc25b6fa9d8b4ea0dce5..0f8dc6a72ff70724660dee9965f7b05e9490603b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network-preflight-options.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network-preflight-options.html
|
| @@ -77,7 +77,7 @@ var test = function()
|
| InspectorTest.completeTest();
|
| }
|
| }
|
| - InspectorTest.networkManager.addEventListener(WebInspector.NetworkManager.Events.RequestFinished, onRequest);
|
| + InspectorTest.networkManager.addEventListener(SDK.NetworkManager.Events.RequestFinished, onRequest);
|
| InspectorTest.evaluateInPage("doCrossOriginXHR();");
|
| }
|
| </script>
|
|
|