Title: [119347] trunk/Source/WebKit2
Revision
119347
Author
[email protected]
Date
2012-06-02 19:33:02 -0700 (Sat, 02 Jun 2012)

Log Message

Remove a duplicate INIT() from WebSystemInterface.mm
https://bugs.webkit.org/show_bug.cgi?id=88181

Reviewed by Anders Carlsson.

* WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:
(InitWebCoreSystemInterface):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (119346 => 119347)


--- trunk/Source/WebKit2/ChangeLog	2012-06-03 02:23:10 UTC (rev 119346)
+++ trunk/Source/WebKit2/ChangeLog	2012-06-03 02:33:02 UTC (rev 119347)
@@ -1,5 +1,15 @@
 2012-06-02  Andy Estes  <[email protected]>
 
+        Remove a duplicate INIT() from WebSystemInterface.mm
+        https://bugs.webkit.org/show_bug.cgi?id=88181
+
+        Reviewed by Anders Carlsson.
+
+        * WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:
+        (InitWebCoreSystemInterface):
+
+2012-06-02  Andy Estes  <[email protected]>
+
         Remove unnecessary import of <Cocoa/Cocoa.h>
         https://bugs.webkit.org/show_bug.cgi?id=88180
 

Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm (119346 => 119347)


--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm	2012-06-03 02:23:10 UTC (rev 119346)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm	2012-06-03 02:33:02 UTC (rev 119347)
@@ -156,8 +156,6 @@
         INIT(CopyCFURLResponseSuggestedFilename);
         INIT(SetCFURLResponseMIMEType);
 
-        INIT(SetMetadataURL);
-
 #if !defined(BUILDING_ON_SNOW_LEOPARD)
         INIT(CreateVMPressureDispatchOnMainQueue);
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to