зеркало из https://github.com/mozilla/pjs.git
fix for bustage. nsIHistoryEntry.idl has changed and is no longer
including the nsIURI.idl interface. r=radha
This commit is contained in:
Родитель
aa4ddb893f
Коммит
64712807ed
|
@ -22,6 +22,8 @@
|
|||
#include <strings.h>
|
||||
#include <nsXPIDLString.h>
|
||||
|
||||
#include "nsIURI.h"
|
||||
|
||||
#include "EmbedContentListener.h"
|
||||
#include "EmbedPrivate.h"
|
||||
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
#include <nsXPIDLString.h>
|
||||
#include <nsIChannel.h>
|
||||
|
||||
#include "nsIURI.h"
|
||||
|
||||
EmbedProgress::EmbedProgress(void)
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
|
|
Загрузка…
Ссылка в новой задаче