Title: [140878] trunk/Source/WebCore
Revision
140878
Author
roger_f...@apple.com
Date
2013-01-25 16:24:10 -0800 (Fri, 25 Jan 2013)

Log Message

Unreviewed. Windows build fix by Dean.

* css/plugIns.css:
(object):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (140877 => 140878)


--- trunk/Source/WebCore/ChangeLog	2013-01-26 00:20:45 UTC (rev 140877)
+++ trunk/Source/WebCore/ChangeLog	2013-01-26 00:24:10 UTC (rev 140878)
@@ -1,3 +1,10 @@
+2013-01-25  Roger Fong  <roger_f...@apple.com>
+
+        Unreviewed. Windows build fix by Dean.
+
+        * css/plugIns.css:
+        (object):
+
 2013-01-25  Dima Gorbik  <dgor...@apple.com>
 
         Support language WebVTT Nodes

Modified: trunk/Source/WebCore/css/plugIns.css (140877 => 140878)


--- trunk/Source/WebCore/css/plugIns.css	2013-01-26 00:20:45 UTC (rev 140877)
+++ trunk/Source/WebCore/css/plugIns.css	2013-01-26 00:24:10 UTC (rev 140878)
@@ -23,3 +23,4 @@
  */
 
 /* plug-ins */
+object{} /*Needed by Windows because it doesn't like empty files*/
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to