Skip to content

Commit

Permalink
Add missing Navigator.js symbols require
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaer Kazmer committed Jun 26, 2019
1 parent 751ccd7 commit 988072a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Navigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const {
},
nativeWindow,
} = require('./native-bindings');
const symbols = require('./symbols');
const GlobalContext = require('./GlobalContext');

function getUserMedia(constraints) {
Expand Down

0 comments on commit 988072a

Please sign in to comment.