Title: [196982] trunk/Tools
Revision
196982
Author
[email protected]
Date
2016-02-23 09:57:46 -0800 (Tue, 23 Feb 2016)

Log Message

Fix build.

* TestWebKitAPI/mac/SyntheticBackingScaleFactorWindow.m:
(-[SyntheticBackingScaleFactorWindow initWithContentRect:styleMask:backing:defer:]):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (196981 => 196982)


--- trunk/Tools/ChangeLog	2016-02-23 17:42:12 UTC (rev 196981)
+++ trunk/Tools/ChangeLog	2016-02-23 17:57:46 UTC (rev 196982)
@@ -1,3 +1,10 @@
+2016-02-23  Anders Carlsson  <[email protected]>
+
+        Fix build.
+
+        * TestWebKitAPI/mac/SyntheticBackingScaleFactorWindow.m:
+        (-[SyntheticBackingScaleFactorWindow initWithContentRect:styleMask:backing:defer:]):
+
 2016-02-23  Carlos Alberto Lopez Perez  <[email protected]>
 
         [GTK] Allow to run the WebKitGTK+ MiniBrowser with the run-benchmark script.

Modified: trunk/Tools/TestWebKitAPI/mac/SyntheticBackingScaleFactorWindow.m (196981 => 196982)


--- trunk/Tools/TestWebKitAPI/mac/SyntheticBackingScaleFactorWindow.m	2016-02-23 17:42:12 UTC (rev 196981)
+++ trunk/Tools/TestWebKitAPI/mac/SyntheticBackingScaleFactorWindow.m	2016-02-23 17:57:46 UTC (rev 196982)
@@ -28,7 +28,10 @@
 
 @implementation SyntheticBackingScaleFactorWindow
 
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wmismatched-parameter-types"
 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation
+#pragma clang diagnostic pop
 {
     self = [super initWithContentRect:contentRect styleMask:windowStyle backing:bufferingType defer:deferCreation];
     if (!self)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to