Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz

git-svn-id: svn://10.0.0.236/trunk@196009 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cvshook%sicking.cc
2006-05-05 06:52:21 +00:00
parent eb105ae6e2
commit cec9ea1123
101 changed files with 376 additions and 356 deletions

View File

@@ -1696,7 +1696,7 @@ ChromeContextMenuListener::ContextMenu(nsIDOMEvent* aMouseEvent)
do {
// XXX test for selected text
content = do_QueryInterface(node);
if (content && content->IsContentOfType(nsIContent::eHTML)) {
if (content && content->IsNodeOfType(nsINode::eHTML)) {
const char *tagStr;
content->Tag()->GetUTF8String(&tagStr);