Index: Tools/DumpRenderTree/TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp |
diff --git a/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp b/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp |
index d282fc097f496c10e05cbfa47a713489c2414d37..90481e2056cb7e892211d5bb9eb53dcc922156b9 100644 |
--- a/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp |
+++ b/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp |
@@ -49,7 +49,7 @@ NPError LogNPPSetWindow::NPP_SetWindow(NPWindow* window) |
window->window ? "non-NULL" : "NULL", window->x, window->y, window->width, window->height, |
window->clipRect.left, window->clipRect.top, window->clipRect.right, window->clipRect.bottom, |
window->type); |
- |
+ |
char script[1536]; |
snprintf(script, 1536, "window.setTimeout('windowWasSet(\"%s\");', 0);", message); |