mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
fix visibility warnings in script crate (#2044)
This commit is contained in:
parent
57f63b350e
commit
c397c5233d
6 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@ pub enum EventTargetTypeId {
|
|||
}
|
||||
|
||||
#[deriving(Eq,Encodable)]
|
||||
struct EventListenerEntry {
|
||||
pub struct EventListenerEntry {
|
||||
phase: ListenerPhase,
|
||||
listener: EventListener
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue