Changeset 162826 in webkit
- Timestamp:
- Jan 26, 2014, 10:23:11 PM (11 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r162823 r162826 1 2014-01-26 Alexey Proskuryakov <ap@apple.com> 2 3 REGRESSION(r127412): http/tests/misc/link-rel-icon-beforeload.html is broken. 4 5 * DumpRenderTree/mac/TestRunnerMac.mm: (TestRunner::setIconDatabaseEnabled): 6 Fixed an incorrect ifdef. 7 1 8 2014-01-26 Brendan Long <b.long@cablelabs.com> 2 9 -
trunk/Tools/DumpRenderTree/mac/TestRunnerMac.mm
r162817 r162826 496 496 void TestRunner::setIconDatabaseEnabled(bool iconDatabaseEnabled) 497 497 { 498 #if ENABLE(ICON _DATABASE)498 #if ENABLE(ICONDATABASE) 499 499 // FIXME: Workaround <rdar://problem/6480108> 500 500 static WebIconDatabase *sharedWebIconDatabase = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.