Title: [102625] trunk/Source/WebKit2
- Revision
- 102625
- Author
- [email protected]
- Date
- 2011-12-12 14:41:31 -0800 (Mon, 12 Dec 2011)
Log Message
Remove unused getter on WKConnection.
Reviewed by Dan Bernstein.
* UIProcess/API/mac/WKConnection.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (102624 => 102625)
--- trunk/Source/WebKit2/ChangeLog 2011-12-12 22:33:45 UTC (rev 102624)
+++ trunk/Source/WebKit2/ChangeLog 2011-12-12 22:41:31 UTC (rev 102625)
@@ -1,3 +1,11 @@
+2011-12-12 Sam Weinig <[email protected]>
+
+ Remove unused getter on WKConnection.
+
+ Reviewed by Dan Bernstein.
+
+ * UIProcess/API/mac/WKConnection.mm:
+
2011-12-12 Brady Eidson <[email protected]>
Page cache should support pages with plugins.
Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKConnection.mm (102624 => 102625)
--- trunk/Source/WebKit2/UIProcess/API/mac/WKConnection.mm 2011-12-12 22:33:45 UTC (rev 102624)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKConnection.mm 2011-12-12 22:41:31 UTC (rev 102625)
@@ -53,11 +53,6 @@
[super dealloc];
}
-- (WKConnectionRef)connectionRef
-{
- return _data->_connectionRef.get();
-}
-
#pragma mark Delegates
- (id<WKConnectionDelegate>)delegate
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes