Created
August 20, 2014 22:56
-
-
Save FlyingJester/d0aed8a5c0d9f76532f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1:35.26 gecko-browser.jar | |
| 1:37.88 /Users/mozilla/ff/gd-master/gecko-dev/mobile/android/base/GeckoAppShell.java:2541: error: cannot find symbol | |
| 1:37.88 Bundle restrictions = mgr.getUserRestrictions(); | |
| 1:37.89 ^ | |
| 1:37.89 symbol: method getUserRestrictions() | |
| 1:37.89 location: variable mgr of type UserManager | |
| 1:37.89 /Users/mozilla/ff/gd-master/gecko-dev/mobile/android/base/GeckoAppShell.java:2554: error: cannot find symbol | |
| 1:37.89 Bundle restrictions = mgr.getUserRestrictions(); | |
| 1:37.89 ^ | |
| 1:37.89 symbol: method getUserRestrictions() | |
| 1:37.89 location: variable mgr of type UserManager |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment