mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 07:01:19 +00:00
Oops. Checked in debugging code. Backing out.
This commit is contained in:
parent
dccf9dcff0
commit
e8d2d3f4dd
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user