git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2006-10-12 Nikolas Zimmermann <zimmermann@kde.org>
[WebKit-https.git]
/
WebCore
/
platform
/
qt
/
FrameQtClient.cpp
diff --git
a/WebCore/platform/qt/FrameQtClient.cpp
b/WebCore/platform/qt/FrameQtClient.cpp
index 7475e97c736b000f89d3cb8e47062d949a710c92..e4941b5da00420be75e1d17f86bad829d4b38ecd 100644
(file)
--- a/
WebCore/platform/qt/FrameQtClient.cpp
+++ b/
WebCore/platform/qt/FrameQtClient.cpp
@@
-98,7
+98,7
@@
void FrameQtClientDefault::receivedData(ResourceLoader* job, const char* data, i
m_frame->setEncoding(d->m_charset, false);
// Feed with new data
- m_frame->
addData
(data, length);
+ m_frame->
write
(data, length);
}
void FrameQtClientDefault::receivedAllData(ResourceLoader* job, PlatformData data)