mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 19:41:49 +00:00
fixing debug bustage
This commit is contained in:
parent
8c1a626840
commit
480c2c6e88
@ -7102,7 +7102,7 @@ PresShell::VerifyIncrementalReflow()
|
||||
// Create a new presentation shell to view the document. Use the
|
||||
// exact same style information that this document has.
|
||||
nsAutoPtr<nsStyleSet> newSet;
|
||||
rv = CloneStyleSet(mStyleSet, &newSet);
|
||||
rv = CloneStyleSet(mStyleSet, getter_Transfers(newSet));
|
||||
NS_ASSERTION(NS_SUCCEEDED(rv), "failed to clone style set");
|
||||
rv = mDocument->CreateShell(cx, vm, newSet, &sh);
|
||||
sh->SetVerifyReflowEnable(PR_FALSE); // turn off verify reflow while we're reflowing the test frame tree
|
||||
|
@ -7102,7 +7102,7 @@ PresShell::VerifyIncrementalReflow()
|
||||
// Create a new presentation shell to view the document. Use the
|
||||
// exact same style information that this document has.
|
||||
nsAutoPtr<nsStyleSet> newSet;
|
||||
rv = CloneStyleSet(mStyleSet, &newSet);
|
||||
rv = CloneStyleSet(mStyleSet, getter_Transfers(newSet));
|
||||
NS_ASSERTION(NS_SUCCEEDED(rv), "failed to clone style set");
|
||||
rv = mDocument->CreateShell(cx, vm, newSet, &sh);
|
||||
sh->SetVerifyReflowEnable(PR_FALSE); // turn off verify reflow while we're reflowing the test frame tree
|
||||
|
Loading…
x
Reference in New Issue
Block a user