mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Fix servo build and drop a FIXME there.
This commit is contained in:
parent
8aeaa3fc02
commit
278ab8613f
2 changed files with 17 additions and 2 deletions
|
@ -167,8 +167,11 @@ impl Image {
|
|||
})
|
||||
}
|
||||
|
||||
/// Provides an alternate method for parsing that associates the URL
|
||||
/// with anonymous CORS headers.
|
||||
/// Provides an alternate method for parsing that associates the URL with
|
||||
/// anonymous CORS headers.
|
||||
///
|
||||
/// FIXME(emilio): It'd be nicer for this to pass a `CorsMode` parameter to
|
||||
/// a shared function instead.
|
||||
pub fn parse_with_cors_anonymous<'i, 't>(
|
||||
context: &ParserContext,
|
||||
input: &mut Parser<'i, 't>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue