Title: [197813] trunk/Tools
Revision
197813
Author
[email protected]
Date
2016-03-08 15:58:45 -0800 (Tue, 08 Mar 2016)

Log Message

Use NSUInteger instead of NSWindowStyleMask.

* MiniBrowser/mac/MiniBrowser_Prefix.pch:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (197812 => 197813)


--- trunk/Tools/ChangeLog	2016-03-08 23:56:37 UTC (rev 197812)
+++ trunk/Tools/ChangeLog	2016-03-08 23:58:45 UTC (rev 197813)
@@ -1,5 +1,11 @@
 2016-03-08  Anders Carlsson  <[email protected]>
 
+        Use NSUInteger instead of NSWindowStyleMask.
+
+        * MiniBrowser/mac/MiniBrowser_Prefix.pch:
+
+2016-03-08  Anders Carlsson  <[email protected]>
+
         Fix build.
 
         We intentionally don't use AppKitCompatibilityDeclarations.h here, since we want

Modified: trunk/Tools/MiniBrowser/mac/MiniBrowser_Prefix.pch (197812 => 197813)


--- trunk/Tools/MiniBrowser/mac/MiniBrowser_Prefix.pch	2016-03-08 23:56:37 UTC (rev 197812)
+++ trunk/Tools/MiniBrowser/mac/MiniBrowser_Prefix.pch	2016-03-08 23:58:45 UTC (rev 197813)
@@ -30,7 +30,7 @@
 #if __MAC_OS_X_VERSION_MAX_ALLOWED < 101200
 static const NSEventModifierFlags NSEventModifierFlagCommand =  NSCommandKeyMask;
 static const NSEventModifierFlags NSEventModifierFlagOption = NSAlternateKeyMask;
-static const NSWindowStyleMask NSWindowStyleMaskFullSizeContentView = NSFullSizeContentViewWindowMask;
+static const NSUInteger NSWindowStyleMaskFullSizeContentView = NSFullSizeContentViewWindowMask;
 #endif
 
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to