Bug 5462

Summary: webcore+svg build fails
Product: WebKit Reporter: Julien Palmas <julien.palmas>
Component: SVGAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Minor    
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Patch for xml_tokenizer.h mjs: review+

Description Julien Palmas 2005-10-22 17:01:33 PDT
WebCore+SVG broken :
    change from loadStopped to m_parserStopped in khtml/xml/xml_tokenizer.h
    khtml/rendering/render_button.* needs to be added to the WebCore+SVG target
Comment 1 Julien Palmas 2005-10-22 17:03:54 PDT
Created attachment 4444 [details]
Patch for xml_tokenizer.h

loadStopped is now called m_parserStopped due to a change from Geoffrey Garen :


2005-10-21  Geoffrey Garen  <ggaren@apple.com>

"I also merged stopped and stopLoading, and merged the way XMLTokenizer and
HTMLTokenizer track whether they're in a stopped state, because anything less
would be uncivilized."
Comment 2 Maciej Stachowiak 2005-10-23 02:57:56 PDT
Comment on attachment 4444 [details]
Patch for xml_tokenizer.h

r=me