From 7998f606b0d0d3204905aeb28c2922f9ed975f7d Mon Sep 17 00:00:00 2001 From: "locka%iol.ie" Date: Wed, 21 Jun 2000 13:07:22 +0000 Subject: [PATCH] Added new enum for docshell tree items that own chrome content git-svn-id: svn://10.0.0.236/trunk@72763 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsIDocShellTreeItem.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/docshell/base/nsIDocShellTreeItem.idl b/mozilla/docshell/base/nsIDocShellTreeItem.idl index cb66629695a..271a325d9b8 100644 --- a/mozilla/docshell/base/nsIDocShellTreeItem.idl +++ b/mozilla/docshell/base/nsIDocShellTreeItem.idl @@ -45,6 +45,7 @@ interface nsIDocShellTreeItem : nsISupports const long typeChrome=0; const long typeContent=1; const long typeContentWrapper=2; + const long typeChromeWrapper=3; /* The type this item is.