Title: [168431] trunk/Source/WebCore
Revision
168431
Author
a...@apple.com
Date
2014-05-07 11:24:21 -0700 (Wed, 07 May 2014)

Log Message

Release build fix.

* platform/MIMETypeRegistry.cpp: (WebCore::initializeSupportedImageMIMETypes):
Removed unused globals.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (168430 => 168431)


--- trunk/Source/WebCore/ChangeLog	2014-05-07 18:19:21 UTC (rev 168430)
+++ trunk/Source/WebCore/ChangeLog	2014-05-07 18:24:21 UTC (rev 168431)
@@ -1,5 +1,12 @@
 2014-05-07  Alexey Proskuryakov  <a...@apple.com>
 
+        Release build fix.
+
+        * platform/MIMETypeRegistry.cpp: (WebCore::initializeSupportedImageMIMETypes):
+        Removed unused globals.
+
+2014-05-07  Alexey Proskuryakov  <a...@apple.com>
+
         Eliminate "well known MIME type" support
         https://bugs.webkit.org/show_bug.cgi?id=132654
 

Modified: trunk/Source/WebCore/platform/MIMETypeRegistry.cpp (168430 => 168431)


--- trunk/Source/WebCore/platform/MIMETypeRegistry.cpp	2014-05-07 18:19:21 UTC (rev 168430)
+++ trunk/Source/WebCore/platform/MIMETypeRegistry.cpp	2014-05-07 18:24:21 UTC (rev 168431)
@@ -139,11 +139,6 @@
     { "audio/x-wav", "wav" }
 };
 
-static const char textPlain[] = "text/plain";
-static const char textHtml[] = "text/html";
-static const char imageJpeg[] = "image/jpeg";
-static const char octetStream[] = "application/octet-stream";
-
 static HashSet<String>* supportedImageResourceMIMETypes;
 static HashSet<String>* supportedImageMIMETypes;
 static HashSet<String>* supportedImageMIMETypesForEncoding;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to