forked from mirrors/gecko-dev
Bug 1517241 - Fix some more android bustage on a CLOSED TREE.
Got to love unified builds.
This commit is contained in:
parent
d3b4072acd
commit
1728454f1d
1 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,12 @@
|
||||||
|
|
||||||
class nsIWidget;
|
class nsIWidget;
|
||||||
|
|
||||||
|
namespace mozilla {
|
||||||
|
namespace dom {
|
||||||
|
class Document;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
struct VisitedURI {
|
struct VisitedURI {
|
||||||
nsCOMPtr<nsIURI> mURI;
|
nsCOMPtr<nsIURI> mURI;
|
||||||
bool mVisited = false;
|
bool mVisited = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue