Skip to content

Commit

Permalink
geckodriver: Merge pull request #57 from andreastt/public-geckocontex…
Browse files Browse the repository at this point in the history
…tparameters

make GeckoContextParameters public

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

--HG--
extra : rebase_source : b528dc50bdb0f84f92811e76aa4bd2211c2827c4
  • Loading branch information
andreastt committed Apr 13, 2016
1 parent eeadc2a commit c0e287e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/geckodriver/src/marionette.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl ToJson for GeckoContext {
}

#[derive(Clone, Debug, PartialEq)]
struct GeckoContextParameters {
pub struct GeckoContextParameters {
context: GeckoContext
}

Expand Down

0 comments on commit c0e287e

Please sign in to comment.