Bug 12164

Summary: Cleanup Tokenizers
Product: WebKit Reporter: Sam Weinig <sam>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch mjs: review+

Description Sam Weinig 2007-01-08 09:51:53 PST
Forthcoming patch puts the Tokenizer class into its own file, moves the XMLTokenizer class declaration from XMLTokenizer.cpp to XMLTokenizer.h (I am unclear on why it was in the .cpp file in the first place), and does a little surrounding cleanup.
Comment 1 Sam Weinig 2007-01-08 09:54:05 PST
Created attachment 12301 [details]
patch
Comment 2 Maciej Stachowiak 2007-01-08 10:04:20 PST
Comment on attachment 12301 [details]
patch

r=me
Comment 3 Sam Weinig 2007-01-08 10:06:48 PST
Landed in r18669.
Comment 4 Lucas Forschler 2019-02-06 09:03:18 PST
Mass moving XML DOM bugs to the "DOM" Component.