[webkit-changes] cvs commit: WebCore/khtml/ecma kjs_html.cpp

Timothy thatcher at opensource.apple.com
Thu Nov 10 16:21:44 PST 2005


thatcher    05/11/10 16:21:43

  Modified:    khtml/ecma Tag: Safari-1-3-branch kjs_html.cpp
  Log:
  Build fix.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.108.4.4 +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.4.3
  retrieving revision 1.108.4.4
  diff -u -r1.108.4.3 -r1.108.4.4
  --- kjs_html.cpp	10 Nov 2005 23:51:44 -0000	1.108.4.3
  +++ kjs_html.cpp	11 Nov 2005 00:21:39 -0000	1.108.4.4
  @@ -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