auto merge of #5430 : Manishearth/servo/userscript_path, r=kmcallister

r? @kmcallister
This commit is contained in:
bors-servo 2015-04-01 13:15:46 -06:00
commit afbc51a746
4 changed files with 66 additions and 44 deletions

View file

@ -317,6 +317,7 @@ pub mod treewalker;
pub mod uievent;
pub mod urlhelper;
pub mod urlsearchparams;
pub mod userscripts;
pub mod validitystate;
pub mod virtualmethods;
pub mod websocket;