Title: [216963] trunk/Tools
Revision
216963
Author
timothy_hor...@apple.com
Date
2017-05-16 18:01:56 -0700 (Tue, 16 May 2017)

Log Message

Fix the build

* TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm:
(TestWebKitAPI::PageVisibilityStateWithWindowChanges::runTest):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (216962 => 216963)


--- trunk/Tools/ChangeLog	2017-05-17 00:53:47 UTC (rev 216962)
+++ trunk/Tools/ChangeLog	2017-05-17 01:01:56 UTC (rev 216963)
@@ -1,3 +1,10 @@
+2017-05-16  Timothy Horton  <timothy_hor...@apple.com>
+
+        Fix the build
+
+        * TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm:
+        (TestWebKitAPI::PageVisibilityStateWithWindowChanges::runTest):
+
 2017-05-16  Tim Horton  <timothy_hor...@apple.com>
 
         PageVisibilityStateWithWindowChanges tests sometimes time out

Modified: trunk/Tools/TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm (216962 => 216963)


--- trunk/Tools/TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm	2017-05-17 00:53:47 UTC (rev 216962)
+++ trunk/Tools/TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm	2017-05-17 01:01:56 UTC (rev 216963)
@@ -122,7 +122,7 @@
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200
     NSWindowStyleMask windowStyle = NSWindowStyleMaskBorderless | NSWindowStyleMaskMiniaturizable;
 #else
-    NSWindowStyleMask windowStyle = NSBorderlessWindowMask | NSMiniaturizableWindowMask;
+    NSUInteger windowStyle = NSBorderlessWindowMask | NSMiniaturizableWindowMask;
 #endif
 
     // Add it to a non-visible window. PageVisibility should still be "prerender".
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to