mirror of
https://github.com/servo/servo.git
synced 2025-06-27 02:23:41 +01:00
auto merge of #2045 : Manishearth/servo/pub-struct-2044, r=SimonSapin
See #2044
This commit is contained in:
commit
d7f450dbd7
12 changed files with 19 additions and 19 deletions
|
@ -50,7 +50,7 @@ pub struct JSFile {
|
|||
url: Url
|
||||
}
|
||||
|
||||
type JSResult = ~[JSFile];
|
||||
pub type JSResult = ~[JSFile];
|
||||
|
||||
enum CSSMessage {
|
||||
CSSTaskNewFile(StylesheetProvenance),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue