[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    KHTML doesn't compile anymore...
From:       Martijn Klingens <mklingens () yahoo ! com>
Date:       2001-07-25 13:37:33
[Download RAW message or body]

Hi Dirk,

Seems like your last commit broke the tokenizer. At least for me undoing the 
following hunk makes it compile again. Not sure if it will run, i'll have to 
wait until my build is finished. Could you take a look at this in the mean 
time?

TIA,

Martijn

martijn@kenny:~/src/kdelibs/khtml/html > cvs diff -r 1.185 -r 1.186 
htmltokenizer.cpp
Index: htmltokenizer.cpp
===================================================================
RCS file: /home/kde/kdelibs/khtml/html/htmltokenizer.cpp,v
retrieving revision 1.185
retrieving revision 1.186
diff -b -u -p -r1.185 -r1.186
--- htmltokenizer.cpp   2001/07/16 11:20:02     1.185
+++ htmltokenizer.cpp   2001/07/25 10:25:44     1.186

<--- snip --->

@@ -300,7 +299,7 @@ void HTMLTokenizer::parseListing( DOMStr
             if (script) {
                 if (!scriptSrc.isEmpty()) {
                     // forget what we just got; load from src url instead
-                    cachedScript = 
parser->doc()->docLoader()->requestScript(scriptSrc, 
parser->doc()->baseURL(), scriptSrcCharset);
+                    cachedScript = 
parser->doc()->docLoader()->requestScript(scriptSrc, scriptSrcCharset);
                     scriptSrc="";
                 }
                 else {

<--- snip --->

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic