geckodriver: Merge pull request #57 from andreastt/public-geckocontextparameters

make GeckoContextParameters public

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 598947f42be05373cc9bdb928b76308cda1f18e6

--HG--
extra : rebase_source : b528dc50bdb0f84f92811e76aa4bd2211c2827c4
This commit is contained in:
Andreas Tolfsen 2016-04-13 12:53:33 +01:00
Родитель eeadc2a57e
Коммит c0e287e7a7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -107,7 +107,7 @@ impl ToJson for GeckoContext {
}
#[derive(Clone, Debug, PartialEq)]
struct GeckoContextParameters {
pub struct GeckoContextParameters {
context: GeckoContext
}