Bug 5462 - webcore+svg build fails
Summary: webcore+svg build fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Minor
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-22 17:01 PDT by Julien Palmas
Modified: 2005-10-23 11:01 PDT (History)
0 users

See Also:


Attachments
Patch for xml_tokenizer.h (622 bytes, patch)
2005-10-22 17:03 PDT, Julien Palmas
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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