summarylogtreecommitdiffstats
path: root/grammar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'grammar.patch')
-rw-r--r--grammar.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/grammar.patch b/grammar.patch
index 1ce69e247339..4371decd2a3b 100644
--- a/grammar.patch
+++ b/grammar.patch
@@ -1,8 +1,8 @@
diff --git a/GNUmakefile.in b/GNUmakefile.in
-index 4d151a2..df6b6f5 100644
+index 1732cff..7d4d21c 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
-@@ -95669,6 +95669,7 @@ $(GENSOURCES_WEBCORE)/XPathGrammar.h: $(GENSOURCES_WEBCORE)/XPathGrammar.cpp
+@@ -95674,6 +95674,7 @@ $(GENSOURCES_WEBCORE)/XPathGrammar.h: $(GENSOURCES_WEBCORE)/XPathGrammar.cpp
$(GENSOURCES_WEBCORE)/XPathGrammar.cpp: $(WebCore)/xml/XPathGrammar.y
$(AM_V_GEN)
$(AM_V_at)perl $(WebCore)/css/makegrammar.pl --outputDir $(GENSOURCES_WEBCORE) --bison "$(BISON)" --symbolsPrefix xpathyy $<
@@ -10,7 +10,7 @@ index 4d151a2..df6b6f5 100644
# MathML tag and attribute names, and element factory
DerivedSources/WebCore/MathMLElementFactory.h: DerivedSources/WebCore/MathMLElementFactory.cpp
-@@ -95727,6 +95728,7 @@ DerivedSources/WebCore/CSSGrammar.h: $(GENSOURCES_WEBCORE)/CSSGrammar.cpp
+@@ -95732,6 +95733,7 @@ DerivedSources/WebCore/CSSGrammar.h: $(GENSOURCES_WEBCORE)/CSSGrammar.cpp
DerivedSources/WebCore/CSSGrammar.cpp: $(WebCore)/css/CSSGrammar.y.in
$(AM_V_GEN)
$(AM_V_at)perl -I $(WebCore)/bindings/scripts $(WebCore)/css/makegrammar.pl --extraDefines "$(feature_defines)" --outputDir $(GENSOURCES_WEBCORE) --bison "$(BISON)" --symbolsPrefix cssyy $<