[webkit-changes] cvs commit: WebKit/Plugins.subproj
WebBaseNetscapePluginView.m
Kevin
kdecker at opensource.apple.com
Mon Jul 11 10:04:44 PDT 2005
kdecker 05/07/11 10:04:44
Modified: Plugins.subproj WebBaseNetscapePluginView.m
Log:
revised comment from previous check in..
Revision Changes Path
1.135 +1 -1 WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
Index: WebBaseNetscapePluginView.m
===================================================================
RCS file: /cvs/root/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- WebBaseNetscapePluginView.m 11 Jul 2005 16:57:39 -0000 1.134
+++ WebBaseNetscapePluginView.m 11 Jul 2005 17:04:43 -0000 1.135
@@ -1807,7 +1807,7 @@
unsigned i;
for (i = 0; i < length - 4; i++) {
- //most plugins (Flash) send 2 CRFL's between the header and body of their POST requests, while the adboe plugin sends two LF's.
+ // most plugins (Flash) send 2 CRFL's between the header and body of their POST requests, while the adboe plugin sends two LF's
if (bytes[i] == '\n' && bytes[i+1] == '\n') {
return i+2;
}
More information about the webkit-changes
mailing list