Oops. Checked in debugging code. Backing out.
git-svn-id: svn://10.0.0.236/trunk@75048 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -11236,16 +11236,6 @@ nsCSSFrameConstructor::RecreateFramesForContent(nsIPresContext* aPresContext,
|
||||
nsIContent* aContent)
|
||||
{
|
||||
nsresult rv = NS_OK;
|
||||
|
||||
nsCOMPtr<nsIAtom> atom;
|
||||
aContent->GetTag(*getter_AddRefs(atom));
|
||||
if (atom) {
|
||||
nsString str;
|
||||
atom->ToString(str);
|
||||
char* ch = str.ToNewCString();
|
||||
printf("NOOOOO! %s\n", ch);
|
||||
}
|
||||
|
||||
nsIContent* container;
|
||||
rv = aContent->GetParent(container);
|
||||
if (NS_SUCCEEDED(rv) && container) {
|
||||
|
||||
Reference in New Issue
Block a user