- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Mar 2008 10:15:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/parser
In directory hutz:/tmp/cvs-serv5667
Modified Files:
CssFouffa.java
Log Message:
CssParser ReInit renamed to ReInitWithAc to avoid conflict with new method generated from the .jj by javacc 4
Index: CssFouffa.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/parser/CssFouffa.java,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- CssFouffa.java 20 Sep 2007 15:12:50 -0000 1.41
+++ CssFouffa.java 11 Mar 2008 10:15:14 -0000 1.42
@@ -218,7 +218,7 @@
private void ReInit(ApplContext ac, InputStream input, URL file, Frame frame) {
// reinitialize the parser with a new data input
// and a new frame for errors and warnings
- super.ReInit(input, ac);
+ super.ReInitWithAc(input, ac);
// @@this is a default media ...
// AtRuleMedia media;
// if ("css1".equals(ac.getCssVersion())) {
Received on Tuesday, 11 March 2008 10:15:26 UTC