| Index: Source/WebKit/chromium/src/WebHelperPluginImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebHelperPluginImpl.cpp b/Source/WebKit/chromium/src/WebHelperPluginImpl.cpp
|
| index bb20ab572a07b9ccfd55a5d15243eb4727c6e89b..8eb199a2f217940b34ee946f31471aa3ab43ff6f 100644
|
| --- a/Source/WebKit/chromium/src/WebHelperPluginImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/WebHelperPluginImpl.cpp
|
| @@ -73,7 +73,7 @@ static void writeDocument(const String& pluginType, const WebDocument& hostDocum
|
| addString(objectTag, writer);
|
| addLiteral("</body>\n", writer);
|
|
|
| - writer->end();
|
| + loader->endWriting(writer);
|
| }
|
|
|
| class HelperPluginChromeClient : public EmptyChromeClient {
|
|
|