[webkit-changes] cvs commit: WebCore/khtml/ecma kjs_html.cpp
Timothy
thatcher at opensource.apple.com
Thu Nov 10 16:23:08 PST 2005
thatcher 05/11/10 16:23:08
Modified: khtml/ecma Tag: Safari-2-0-branch kjs_html.cpp
Log:
Build fix.
Revision Changes Path
No revision
No revision
1.108.6.9 +1 -1 WebCore/khtml/ecma/kjs_html.cpp
Index: kjs_html.cpp
===================================================================
RCS file: /cvs/root/WebCore/khtml/ecma/kjs_html.cpp,v
retrieving revision 1.108.6.8
retrieving revision 1.108.6.9
diff -u -r1.108.6.8 -r1.108.6.9
--- kjs_html.cpp 10 Nov 2005 23:50:28 -0000 1.108.6.8
+++ kjs_html.cpp 11 Nov 2005 00:23:04 -0000 1.108.6.9
@@ -3416,7 +3416,7 @@
{
switch (token) {
case Src:
- return String(doc ? doc->completeURL(src.domString()) : src);
+ return String(doc ? doc->completeURL(src.string()) : src);
case Complete:
return Boolean(!img || img->status() >= khtml::CachedObject::Persistent);
case OnLoad:
More information about the webkit-changes
mailing list