Title: [104360] trunk/Tools
- Revision
- 104360
- Author
- [email protected]
- Date
- 2012-01-06 17:02:05 -0800 (Fri, 06 Jan 2012)
Log Message
Fix DRT build on case-sensitive file systems.
Fix case of include of WebDynamicScrollBarsView.h
* DumpRenderTree/mac/DumpRenderTree.mm:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (104359 => 104360)
--- trunk/Tools/ChangeLog 2012-01-07 00:54:54 UTC (rev 104359)
+++ trunk/Tools/ChangeLog 2012-01-07 01:02:05 UTC (rev 104360)
@@ -1,5 +1,13 @@
2012-01-06 Simon Fraser <[email protected]>
+ Fix DRT build on case-sensitive file systems.
+
+ Fix case of include of WebDynamicScrollBarsView.h
+
+ * DumpRenderTree/mac/DumpRenderTree.mm:
+
+2012-01-06 Simon Fraser <[email protected]>
+
Pixel results from DumpRenderTree and WebKitTestRunner don't match because of colorspace issues
https://bugs.webkit.org/show_bug.cgi?id=75662
Modified: trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm (104359 => 104360)
--- trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm 2012-01-07 00:54:54 UTC (rev 104359)
+++ trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm 2012-01-07 01:02:05 UTC (rev 104360)
@@ -68,7 +68,7 @@
#import <WebKit/WebDatabaseManagerPrivate.h>
#import <WebKit/WebDocumentPrivate.h>
#import <WebKit/WebDeviceOrientationProviderMock.h>
-#import <WebKit/WebDynamicScrollbarsView.h>
+#import <WebKit/WebDynamicScrollBarsView.h>
#import <WebKit/WebEditingDelegate.h>
#import <WebKit/WebFrameView.h>
#import <WebKit/WebHistory.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes