Title: [97934] trunk/Source/WebCore
Revision
97934
Author
[email protected]
Date
2011-10-19 22:03:24 -0700 (Wed, 19 Oct 2011)

Log Message

Attempt to fix the Qt build.

* CodeGenerators.pri:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (97933 => 97934)


--- trunk/Source/WebCore/ChangeLog	2011-10-20 04:50:14 UTC (rev 97933)
+++ trunk/Source/WebCore/ChangeLog	2011-10-20 05:03:24 UTC (rev 97934)
@@ -1,5 +1,11 @@
 2011-10-19  Adam Barth  <[email protected]>
 
+        Attempt to fix the Qt build.
+
+        * CodeGenerators.pri:
+
+2011-10-19  Adam Barth  <[email protected]>
+
         Document.cpp shouldn't need to know about every event for every feature
         https://bugs.webkit.org/show_bug.cgi?id=70469
 

Modified: trunk/Source/WebCore/CodeGenerators.pri (97933 => 97934)


--- trunk/Source/WebCore/CodeGenerators.pri	2011-10-20 04:50:14 UTC (rev 97933)
+++ trunk/Source/WebCore/CodeGenerators.pri	2011-10-20 05:03:24 UTC (rev 97934)
@@ -783,7 +783,7 @@
 
 # GENERATOR 5-E:
 eventfactory.output = $${WC_GENERATED_SOURCES_DIR}/EventFactory.cpp
-xmlnsnames.input = EVENT_FACTORY
+eventfactory.input = EVENT_FACTORY
 eventfactory.wkScript = $$PWD/dom/make_event_factory.pl
 eventfactory.commands = perl -I$$PWD/bindings/scripts $$fontnames.wkScript --events $$EVENT_FACTORY --outputDir $$WC_GENERATED_SOURCES_DIR
 entities.depends = $$PWD/dom/make_event_factory.pl $$EVENT_FACTORY
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to