mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 977832: Make layout debugger's List() invocation use default "aPrefix" arg, instead of passing "0" (which now gets interpreted as null). r=tn
This commit is contained in:
parent
506d59318c
commit
dbd308f1fd
@ -391,7 +391,7 @@ DumpFramesRecur(nsIDocShell* aDocShell, FILE* out)
|
|||||||
if (shell) {
|
if (shell) {
|
||||||
nsIFrame* root = shell->GetRootFrame();
|
nsIFrame* root = shell->GetRootFrame();
|
||||||
if (root) {
|
if (root) {
|
||||||
root->List(out, 0);
|
root->List(out);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user