зеркало из https://github.com/mozilla/gecko-dev.git
Making this mess build on Mac, fixing the tinderbox bustage.
This commit is contained in:
Родитель
256513be84
Коммит
68a2313c7d
Двоичные данные
embedding/browser/macbuild/browserIDL.mcp
Двоичные данные
embedding/browser/macbuild/browserIDL.mcp
Двоичный файл не отображается.
|
@ -23,7 +23,7 @@
|
|||
#ifndef NSDOMWALKER_H
|
||||
#define NSDOMWALKER_H
|
||||
|
||||
#include <nsIDOMNode.h>
|
||||
#include "nsIDOMNode.h"
|
||||
|
||||
class nsDOMWalkerCallback
|
||||
{
|
||||
|
|
|
@ -23,18 +23,18 @@
|
|||
#ifndef nsWebBrowserPersist_h__
|
||||
#define nsWebBrowserPersist_h__
|
||||
|
||||
#include <nsCOMPtr.h>
|
||||
#include "nsCOMPtr.h"
|
||||
|
||||
#include <nsIMIMEService.h>
|
||||
#include <nsIStreamListener.h>
|
||||
#include <nsIOutputStream.h>
|
||||
#include <nsIInputStream.h>
|
||||
#include <nsIFileStream.h>
|
||||
#include <nsIChannel.h>
|
||||
#include <nsIStyleSheet.h>
|
||||
#include <nsIDocumentEncoder.h>
|
||||
#include "nsIMIMEService.h"
|
||||
#include "nsIStreamListener.h"
|
||||
#include "nsIOutputStream.h"
|
||||
#include "nsIInputStream.h"
|
||||
#include "nsIFileStream.h"
|
||||
#include "nsIChannel.h"
|
||||
#include "nsIStyleSheet.h"
|
||||
#include "nsIDocumentEncoder.h"
|
||||
|
||||
#include <nsHashtable.h>
|
||||
#include "nsHashtable.h"
|
||||
|
||||
#include "nsIWebBrowserPersist.h"
|
||||
#include "nsDOMWalker.h"
|
||||
|
@ -46,7 +46,7 @@ class nsWebBrowserPersist : public nsIWebBrowserPersist,
|
|||
public nsIStreamListener,
|
||||
public nsDOMWalkerCallback
|
||||
{
|
||||
friend nsEncoderNodeFixup;
|
||||
friend class nsEncoderNodeFixup;
|
||||
|
||||
// Public members
|
||||
public:
|
||||
|
|
Загрузка…
Ссылка в новой задаче