Title: [121978] trunk/Source/WebKit2
- Revision
- 121978
- Author
- [email protected]
- Date
- 2012-07-06 09:35:21 -0700 (Fri, 06 Jul 2012)
Log Message
WebContext::injectedBundleInitializationUserData() is unused, should be removed
https://bugs.webkit.org/show_bug.cgi?id=90486
Reviewed by Anders Carlsson.
* UIProcess/WebContext.h:
Remove it.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (121977 => 121978)
--- trunk/Source/WebKit2/ChangeLog 2012-07-06 16:29:09 UTC (rev 121977)
+++ trunk/Source/WebKit2/ChangeLog 2012-07-06 16:35:21 UTC (rev 121978)
@@ -1,3 +1,13 @@
+2012-07-06 Jessie Berlin <[email protected]>
+
+ WebContext::injectedBundleInitializationUserData() is unused, should be removed
+ https://bugs.webkit.org/show_bug.cgi?id=90486
+
+ Reviewed by Anders Carlsson.
+
+ * UIProcess/WebContext.h:
+ Remove it.
+
2012-07-06 Carlos Garcia Campos <[email protected]>
[GTK] Add site specific quirks setting to WebKit2 GTK+ API
Modified: trunk/Source/WebKit2/UIProcess/WebContext.h (121977 => 121978)
--- trunk/Source/WebKit2/UIProcess/WebContext.h 2012-07-06 16:29:09 UTC (rev 121977)
+++ trunk/Source/WebKit2/UIProcess/WebContext.h 2012-07-06 16:35:21 UTC (rev 121978)
@@ -103,7 +103,6 @@
DownloadProxy* download(WebPageProxy* initiatingPage, const WebCore::ResourceRequest&);
void setInjectedBundleInitializationUserData(PassRefPtr<APIObject> userData) { m_injectedBundleInitializationUserData = userData; }
- APIObject* injectedBundleInitializationUserData() const { return m_injectedBundleInitializationUserData.get(); }
void postMessageToInjectedBundle(const String&, APIObject*);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes