Title: [98713] trunk/Source/WebCore
Revision
98713
Author
[email protected]
Date
2011-10-28 02:36:43 -0700 (Fri, 28 Oct 2011)

Log Message

Attempt to fixenate Qt.

* CodeGenerators.pri:
* dom/make_event_factory.pl:
(toMacroStyle):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98712 => 98713)


--- trunk/Source/WebCore/ChangeLog	2011-10-28 09:27:05 UTC (rev 98712)
+++ trunk/Source/WebCore/ChangeLog	2011-10-28 09:36:43 UTC (rev 98713)
@@ -1,5 +1,13 @@
 2011-10-28  Adam Barth  <[email protected]>
 
+        Attempt to fixenate Qt.
+
+        * CodeGenerators.pri:
+        * dom/make_event_factory.pl:
+        (toMacroStyle):
+
+2011-10-28  Adam Barth  <[email protected]>
+
         ExceptionCode.cpp shouldn't need to know about every feature that throws exceptions
         https://bugs.webkit.org/show_bug.cgi?id=70890
 

Modified: trunk/Source/WebCore/CodeGenerators.pri (98712 => 98713)


--- trunk/Source/WebCore/CodeGenerators.pri	2011-10-28 09:27:05 UTC (rev 98712)
+++ trunk/Source/WebCore/CodeGenerators.pri	2011-10-28 09:36:43 UTC (rev 98713)
@@ -776,7 +776,7 @@
 exceptioncodedescription.output = $${WC_GENERATED_SOURCES_DIR}/ExceptionCodeDescription.cpp
 exceptioncodedescription.input = EXCEPTION_CODE_DESCRIPTION
 exceptioncodedescription.wkScript = $$PWD/dom/make_exception_code_description.pl
-exceptioncodedescription.commands = perl -I$$PWD/bindings/scripts $$eventfactory.wkScript --input $$EXCEPTION_CODE_DESCRIPTION --outputDir $$WC_GENERATED_SOURCES_DIR
+exceptioncodedescription.commands = perl -I$$PWD/bindings/scripts $$exceptioncodedescription.wkScript --input $$EXCEPTION_CODE_DESCRIPTION --outputDir $$WC_GENERATED_SOURCES_DIR
 exceptioncodedescription.depends = $$PWD/dom/make_exception_code_description.pl $$EXCEPTION_CODE_DESCRIPTION
 addExtraCompiler(exceptioncodedescription)
 

Modified: trunk/Source/WebCore/dom/make_event_factory.pl (98712 => 98713)


--- trunk/Source/WebCore/dom/make_event_factory.pl	2011-10-28 09:27:05 UTC (rev 98712)
+++ trunk/Source/WebCore/dom/make_event_factory.pl	2011-10-28 09:36:43 UTC (rev 98713)
@@ -88,7 +88,7 @@
     return "EVENT" if $camelCase eq "Event";
     return "EVENT_TARGET" if $camelCase eq "EventTarget";
 
-    die "Ok, you got me. This script is really just a giant hack.";
+    die "Ok, you got me. This script is really just a giant hack. (\$camelCase=${camelCase})";
 }
 
 sub generateCode()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to