Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.

This commit is contained in:
bzbarsky@mit.edu
2005-01-03 22:51:17 +00:00
parent 3d212f55b6
commit 676f03a288
62 changed files with 412 additions and 1062 deletions

View File

@@ -1,9 +1,12 @@
#include "nsXPCOM.h"
#include "nsVoidArray.h"
#include "nsString.h"
class nsIWebShell;
class nsIDocShell;
extern "C" NS_EXPORT int DebugRobot(nsVoidArray * workList, nsIWebShell * ww);
//XXXbz is this even used? There is no DebugRobot() with this
//signature in the tree!
extern "C" NS_EXPORT int DebugRobot(nsVoidArray * workList, nsIDocShell * ww);
int main(int argc, char **argv)
{