Title: [182501] trunk/Source/WebKit2
Revision
182501
Author
[email protected]
Date
2015-04-07 15:56:29 -0700 (Tue, 07 Apr 2015)

Log Message

Fix the build.

* UIProcess/API/mac/WKView.mm:
(-[WKView _setFixedLayoutSize:]):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (182500 => 182501)


--- trunk/Source/WebKit2/ChangeLog	2015-04-07 22:49:15 UTC (rev 182500)
+++ trunk/Source/WebKit2/ChangeLog	2015-04-07 22:56:29 UTC (rev 182501)
@@ -1,5 +1,12 @@
 2015-04-07  Tim Horton  <[email protected]>
 
+        Fix the build.
+
+        * UIProcess/API/mac/WKView.mm:
+        (-[WKView _setFixedLayoutSize:]):
+
+2015-04-07  Tim Horton  <[email protected]>
+
         Expose and test fixedLayoutSize via modern WebKit SPI
         https://bugs.webkit.org/show_bug.cgi?id=143500
 

Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm (182500 => 182501)


--- trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2015-04-07 22:49:15 UTC (rev 182500)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2015-04-07 22:56:29 UTC (rev 182501)
@@ -4337,7 +4337,7 @@
     return _data->_page->fixedLayoutSize();
 }
 
-- (void)_setFixedLayoutSize:(NSSize)fixedLayoutSize
+- (void)_setFixedLayoutSize:(CGSize)fixedLayoutSize
 {
     _data->_page->setFixedLayoutSize(expandedIntSize(FloatSize(fixedLayoutSize)));
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to