Title: [194475] trunk/Source/WebCore
Revision
194475
Author
ddkil...@apple.com
Date
2015-12-31 17:25:17 -0800 (Thu, 31 Dec 2015)

Log Message

Fix typo in FIXME comment

* dom/make_event_factory.pl:
(generateImplementation): FIXEME => FIXME.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (194474 => 194475)


--- trunk/Source/WebCore/ChangeLog	2016-01-01 00:42:09 UTC (rev 194474)
+++ trunk/Source/WebCore/ChangeLog	2016-01-01 01:25:17 UTC (rev 194475)
@@ -1,5 +1,12 @@
 2015-12-31  David Kilzer  <ddkil...@apple.com>
 
+        Fix typo in FIXME comment
+
+        * dom/make_event_factory.pl:
+        (generateImplementation): FIXEME => FIXME.
+
+2015-12-31  David Kilzer  <ddkil...@apple.com>
+
         Stop using USE(CFNETWORK) path on iOS
         https://bugs.webkit.org/show_bug.cgi?id=142540
 

Modified: trunk/Source/WebCore/dom/make_event_factory.pl (194474 => 194475)


--- trunk/Source/WebCore/dom/make_event_factory.pl	2016-01-01 00:42:09 UTC (rev 194474)
+++ trunk/Source/WebCore/dom/make_event_factory.pl	2016-01-01 01:25:17 UTC (rev 194475)
@@ -102,7 +102,7 @@
             my $conditionals = "#if ENABLE(" . join(") || ENABLE(", split("\\|", $conditional)) . ")";
             print F "$conditionals\n";
         }
-        # FIXEME JSC should support RuntimeEnabledFeatures
+        # FIXME: JSC should support RuntimeEnabledFeatures.
         print F "    if (equalIgnoringASCIICase(type, \"$eventName\"))\n";
         print F "        return ${interfaceName}::create();\n";
         print F "#endif\n" if $conditional;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to