Title: [157666] trunk/Source
- Revision
- 157666
- Author
- [email protected]
- Date
- 2013-10-19 07:26:49 -0700 (Sat, 19 Oct 2013)
Log Message
Attempt to get Lion building.
Source/WebKit/mac:
* WebView/WebDataSource.mm:
Source/WebKit2:
* UIProcess/mac/WebColorPickerMac.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/mac/ChangeLog (157665 => 157666)
--- trunk/Source/WebKit/mac/ChangeLog 2013-10-19 13:58:49 UTC (rev 157665)
+++ trunk/Source/WebKit/mac/ChangeLog 2013-10-19 14:26:49 UTC (rev 157666)
@@ -1,3 +1,9 @@
+2013-10-19 Andreas Kling <[email protected]>
+
+ Attempt to get Lion building.
+
+ * WebView/WebDataSource.mm:
+
2013-10-18 Anders Carlsson <[email protected]>
Remove spaces between template angle brackets
Modified: trunk/Source/WebKit/mac/WebView/WebDataSource.mm (157665 => 157666)
--- trunk/Source/WebKit/mac/WebView/WebDataSource.mm 2013-10-19 13:58:49 UTC (rev 157665)
+++ trunk/Source/WebKit/mac/WebView/WebDataSource.mm 2013-10-19 14:26:49 UTC (rev 157666)
@@ -87,7 +87,7 @@
}
RefPtr<WebDocumentLoaderMac> loader;
- RetainPtr<id<WebDocumentRepresentation>> representation;
+ RetainPtr<id<WebDocumentRepresentation> > representation;
BOOL representationFinishedLoading;
BOOL includedInWebKitStatistics;
};
Modified: trunk/Source/WebKit2/ChangeLog (157665 => 157666)
--- trunk/Source/WebKit2/ChangeLog 2013-10-19 13:58:49 UTC (rev 157665)
+++ trunk/Source/WebKit2/ChangeLog 2013-10-19 14:26:49 UTC (rev 157666)
@@ -1,3 +1,9 @@
+2013-10-19 Andreas Kling <[email protected]>
+
+ Attempt to get Lion building.
+
+ * UIProcess/mac/WebColorPickerMac.h:
+
2013-10-18 Tim Horton <[email protected]>
Remote Layer Tree: Double-buffering and minimization of repaints
Modified: trunk/Source/WebKit2/UIProcess/mac/WebColorPickerMac.h (157665 => 157666)
--- trunk/Source/WebKit2/UIProcess/mac/WebColorPickerMac.h 2013-10-19 13:58:49 UTC (rev 157665)
+++ trunk/Source/WebKit2/UIProcess/mac/WebColorPickerMac.h 2013-10-19 14:26:49 UTC (rev 157666)
@@ -71,7 +71,7 @@
private:
WebColorPickerMac(WebColorPicker::Client*, const WebCore::Color&, const WebCore::IntRect&, WKView*);
- RetainPtr<NSObject<WKColorPickerUIMac>> m_colorPickerUI;
+ RetainPtr<NSObject<WKColorPickerUIMac> > m_colorPickerUI;
};
} // namespace WebKit
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes