Title: [218780] trunk/Source/WebKit/mac
- Revision
- 218780
- Author
- [email protected]
- Date
- 2017-06-23 19:19:06 -0700 (Fri, 23 Jun 2017)
Log Message
Remove an unused typedef from WebFrameLoaderClient
https://bugs.webkit.org/show_bug.cgi?id=173795
Reviewed by Simon Fraser.
* WebCoreSupport/WebFrameLoaderClient.h:
This unused typedef in the global namespace conflicts with one in a macOS system header.
Also... it's unused.
Remove it.
Modified Paths
Diff
Modified: trunk/Source/WebKit/mac/ChangeLog (218779 => 218780)
--- trunk/Source/WebKit/mac/ChangeLog 2017-06-24 01:56:51 UTC (rev 218779)
+++ trunk/Source/WebKit/mac/ChangeLog 2017-06-24 02:19:06 UTC (rev 218780)
@@ -1,3 +1,15 @@
+2017-06-23 Tim Horton <[email protected]>
+
+ Remove an unused typedef from WebFrameLoaderClient
+ https://bugs.webkit.org/show_bug.cgi?id=173795
+
+ Reviewed by Simon Fraser.
+
+ * WebCoreSupport/WebFrameLoaderClient.h:
+ This unused typedef in the global namespace conflicts with one in a macOS system header.
+ Also... it's unused.
+ Remove it.
+
2017-06-23 Konstantin Tokarev <[email protected]>
Remove excessive headers from WebCore/{bindings,css,dom}
Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.h (218779 => 218780)
--- trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.h 2017-06-24 01:56:51 UTC (rev 218779)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.h 2017-06-24 02:19:06 UTC (rev 218780)
@@ -48,8 +48,6 @@
class SessionID;
}
-typedef HashMap<RefPtr<WebCore::ResourceLoader>, RetainPtr<WebResource>> ResourceMap;
-
class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
public:
WebFrameLoaderClient(WebFrame* = 0);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes