Title: [126569] trunk/Source/WebCore
- Revision
- 126569
- Author
- [email protected]
- Date
- 2012-08-24 04:24:03 -0700 (Fri, 24 Aug 2012)
Log Message
[GTK] Use the new 'feature_defines' variable to generate DOM bindings
https://bugs.webkit.org/show_bug.cgi?id=94919
Patch by Xan Lopez <[email protected]> on 2012-08-24
Reviewed by Carlos Garcia Campos.
Update to use the new 'feature_defines' variable, otherwise the
bindings will be broken.
* bindings/gobject/GNUmakefile.am: ditto.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (126568 => 126569)
--- trunk/Source/WebCore/ChangeLog 2012-08-24 10:19:19 UTC (rev 126568)
+++ trunk/Source/WebCore/ChangeLog 2012-08-24 11:24:03 UTC (rev 126569)
@@ -1,3 +1,15 @@
+2012-08-24 Xan Lopez <[email protected]>
+
+ [GTK] Use the new 'feature_defines' variable to generate DOM bindings
+ https://bugs.webkit.org/show_bug.cgi?id=94919
+
+ Reviewed by Carlos Garcia Campos.
+
+ Update to use the new 'feature_defines' variable, otherwise the
+ bindings will be broken.
+
+ * bindings/gobject/GNUmakefile.am: ditto.
+
2012-08-24 Kentaro Hara <[email protected]>
Remove RefPtr from HTMLTextAreaElement::m_placeholder
Modified: trunk/Source/WebCore/bindings/gobject/GNUmakefile.am (126568 => 126569)
--- trunk/Source/WebCore/bindings/gobject/GNUmakefile.am 2012-08-24 10:19:19 UTC (rev 126568)
+++ trunk/Source/WebCore/bindings/gobject/GNUmakefile.am 2012-08-24 11:24:03 UTC (rev 126569)
@@ -483,6 +483,6 @@
$(AM_V_GEN)cp -f $< $@
# Filter out SVG and IndexedDB for now
-gdom_feature_defines := $(filter-out ENABLE_INDEXED_DATABASE=1, $(filter-out ENABLE_SVG%, $(FEATURE_DEFINES))) ENABLE_INDEXED_DATABASE=0
+gdom_feature_defines := $(filter-out ENABLE_INDEXED_DATABASE=1, $(filter-out ENABLE_SVG%, $(feature_defines))) ENABLE_INDEXED_DATABASE=0
DerivedSources/webkit/WebKitDOM%.cpp DerivedSources/webkit/WebKitDOM%.h DerivedSources/webkit/WebKitDOM%Private.h: %.idl $(SCRIPTS_FOR_GENERATE_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorGObject.pm $(WebCore)/bindings/gobject/GNUmakefile.am $(supplemental_dependency_file)
$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl --include $(WebCore)/dom --include $(WebCore)/html --include $(WebCore)/css --include $(WebCore)/page --include $(WebCore)/xml --include $(WebCore)/svg --outputDir "$(GENSOURCES_WEBKIT)" --defines "LANGUAGE_GOBJECT=1 $(gdom_feature_defines)" --generator GObject --supplementalDependencyFile $(supplemental_dependency_file) $<
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes