aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/cors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/cors.rs')
-rw-r--r--components/script/cors.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/cors.rs b/components/script/cors.rs
index 7635f2b5738..f9d0bbbd264 100644
--- a/components/script/cors.rs
+++ b/components/script/cors.rs
@@ -122,11 +122,9 @@ impl CORSRequest {
// framework right now. It would be worth redesigning http_fetch to do this properly.
impl AsyncResponseListener for CORSContext {
fn headers_available(&mut self, _metadata: Result<Metadata, NetworkError>) {
-
}
fn data_available(&mut self, _payload: Vec<u8>) {
-
}
fn response_complete(&mut self, _status: Result<(), NetworkError>) {