Making this mess build on Mac, fixing the tinderbox bustage.
git-svn-id: svn://10.0.0.236/trunk@83106 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Binary file not shown.
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user