Index: Tools/DumpRenderTree/TestNetscapePlugIn/Tests/GetURLWithJavaScriptURL.cpp |
diff --git a/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/GetURLWithJavaScriptURL.cpp b/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/GetURLWithJavaScriptURL.cpp |
index b3a72b0d56dbdd00974e96f9344e7b99f2d04a37..64a69a36115568385abe43f86660b37e9753c33e 100644 |
--- a/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/GetURLWithJavaScriptURL.cpp |
+++ b/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/GetURLWithJavaScriptURL.cpp |
@@ -100,7 +100,7 @@ private: |
{ |
if (stream->pdata != this) |
m_didFail = true; |
- |
+ |
m_data.insert(m_data.end(), static_cast<char*>(buffer), static_cast<char*>(buffer) + len); |
return len; |
} |