I have no desire to hear hyatt moo. r=bryner

This commit is contained in:
sspitzer@netscape.com
2000-12-27 22:37:09 +00:00
parent 03ef7e3145
commit c69556ee46
2 changed files with 4 additions and 0 deletions

View File

@@ -7517,9 +7517,11 @@ nsCSSFrameConstructor::ConstructFrameInternal( nsIPresShell* aPresShe
nsFrameItems& aFrameItems, nsFrameItems& aFrameItems,
PRBool aXBLBaseTag) PRBool aXBLBaseTag)
{ {
#ifdef DEBUG_hyatt
if (aTag == nsXULAtoms::menulist) { if (aTag == nsXULAtoms::menulist) {
printf("moo!"); printf("moo!");
} }
#endif /* DEBUG_hyatt */
// The following code allows the user to specify the base tag // The following code allows the user to specify the base tag
// of a XUL object using XBL. XUL objects (like boxes, menus, etc.) // of a XUL object using XBL. XUL objects (like boxes, menus, etc.)
// can then be extended arbitrarily. // can then be extended arbitrarily.

View File

@@ -7517,9 +7517,11 @@ nsCSSFrameConstructor::ConstructFrameInternal( nsIPresShell* aPresShe
nsFrameItems& aFrameItems, nsFrameItems& aFrameItems,
PRBool aXBLBaseTag) PRBool aXBLBaseTag)
{ {
#ifdef DEBUG_hyatt
if (aTag == nsXULAtoms::menulist) { if (aTag == nsXULAtoms::menulist) {
printf("moo!"); printf("moo!");
} }
#endif /* DEBUG_hyatt */
// The following code allows the user to specify the base tag // The following code allows the user to specify the base tag
// of a XUL object using XBL. XUL objects (like boxes, menus, etc.) // of a XUL object using XBL. XUL objects (like boxes, menus, etc.)
// can then be extended arbitrarily. // can then be extended arbitrarily.