mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Added new enum for docshell tree items that own chrome content
This commit is contained in:
parent
765cfbc2d5
commit
ba1d4cc898
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user