Title: [88017] trunk/Source/WebKit/efl
- Revision
- 88017
- Author
- [email protected]
- Date
- 2011-06-03 07:53:03 -0700 (Fri, 03 Jun 2011)
Log Message
2011-06-03 Sheriff Bot <[email protected]>
Unreviewed, rolling out r88014.
http://trac.webkit.org/changeset/88014
https://bugs.webkit.org/show_bug.cgi?id=62017
Broken EFL build (Requested by tonikitoo on #webkit).
* WebCoreSupport/FrameLoaderClientEfl.cpp:
(WebCore::FrameLoaderClientEfl::startDownload):
Modified Paths
Diff
Modified: trunk/Source/WebKit/efl/ChangeLog (88016 => 88017)
--- trunk/Source/WebKit/efl/ChangeLog 2011-06-03 14:47:04 UTC (rev 88016)
+++ trunk/Source/WebKit/efl/ChangeLog 2011-06-03 14:53:03 UTC (rev 88017)
@@ -1,3 +1,14 @@
+2011-06-03 Sheriff Bot <[email protected]>
+
+ Unreviewed, rolling out r88014.
+ http://trac.webkit.org/changeset/88014
+ https://bugs.webkit.org/show_bug.cgi?id=62017
+
+ Broken EFL build (Requested by tonikitoo on #webkit).
+
+ * WebCoreSupport/FrameLoaderClientEfl.cpp:
+ (WebCore::FrameLoaderClientEfl::startDownload):
+
2011-06-03 Gyuyoung Kim <[email protected]>
Reviewed by Antonio Gomes.
Modified: trunk/Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp (88016 => 88017)
--- trunk/Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp 2011-06-03 14:47:04 UTC (rev 88016)
+++ trunk/Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp 2011-06-03 14:53:03 UTC (rev 88017)
@@ -867,16 +867,9 @@
m_hasSentResponseToPlugin = false;
}
-void FrameLoaderClientEfl::startDownload(const ResourceRequest& request)
+void FrameLoaderClientEfl::startDownload(const ResourceRequest&)
{
- if (!m_view)
- return;
-
- CString url = ""
- Ewk_Download download;
-
- download.url = ""
- ewk_view_download_request(m_view, &download);
+ notImplemented();
}
void FrameLoaderClientEfl::updateGlobalHistory()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes