Title: [162826] trunk/Tools
Revision
162826
Author
[email protected]
Date
2014-01-26 22:23:11 -0800 (Sun, 26 Jan 2014)

Log Message

REGRESSION(r127412): http/tests/misc/link-rel-icon-beforeload.html is broken.

* DumpRenderTree/mac/TestRunnerMac.mm: (TestRunner::setIconDatabaseEnabled):
Fixed an incorrect ifdef.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (162825 => 162826)


--- trunk/Tools/ChangeLog	2014-01-27 05:45:30 UTC (rev 162825)
+++ trunk/Tools/ChangeLog	2014-01-27 06:23:11 UTC (rev 162826)
@@ -1,3 +1,10 @@
+2014-01-26  Alexey Proskuryakov  <[email protected]>
+
+        REGRESSION(r127412): http/tests/misc/link-rel-icon-beforeload.html is broken.
+
+        * DumpRenderTree/mac/TestRunnerMac.mm: (TestRunner::setIconDatabaseEnabled):
+        Fixed an incorrect ifdef.
+
 2014-01-26  Brendan Long  <[email protected]>
 
         [GTK] DumpRenderTree prints out suggesting to set WEBKIT_TOP_LEVEL when fonts are missing but doesn't use it.

Modified: trunk/Tools/DumpRenderTree/mac/TestRunnerMac.mm (162825 => 162826)


--- trunk/Tools/DumpRenderTree/mac/TestRunnerMac.mm	2014-01-27 05:45:30 UTC (rev 162825)
+++ trunk/Tools/DumpRenderTree/mac/TestRunnerMac.mm	2014-01-27 06:23:11 UTC (rev 162826)
@@ -495,7 +495,7 @@
 
 void TestRunner::setIconDatabaseEnabled(bool iconDatabaseEnabled)
 {
-#if ENABLE(ICON_DATABASE)
+#if ENABLE(ICONDATABASE)
     // FIXME: Workaround <rdar://problem/6480108>
     static WebIconDatabase *sharedWebIconDatabase = NULL;
     if (!sharedWebIconDatabase) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to