Title: [149578] trunk/Source/WebCore
Revision
149578
Author
ander...@apple.com
Date
2013-05-05 10:48:25 -0700 (Sun, 05 May 2013)

Log Message

Try to fix the Windows build.

Make plugIns.js have a non-zero length.

* Resources/plugIns.js:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (149577 => 149578)


--- trunk/Source/WebCore/ChangeLog	2013-05-05 05:20:46 UTC (rev 149577)
+++ trunk/Source/WebCore/ChangeLog	2013-05-05 17:48:25 UTC (rev 149578)
@@ -1,3 +1,11 @@
+2013-05-05  Anders Carlsson  <ander...@apple.com>
+
+        Try to fix the Windows build.
+
+        Make plugIns.js have a non-zero length.
+
+        * Resources/plugIns.js:
+
 2013-05-04  Dean Jackson  <d...@apple.com>
 
         Animations and Transitions should not start when globally suspended

Modified: trunk/Source/WebCore/Resources/plugIns.js (149577 => 149578)


--- trunk/Source/WebCore/Resources/plugIns.js	2013-05-05 05:20:46 UTC (rev 149577)
+++ trunk/Source/WebCore/Resources/plugIns.js	2013-05-05 17:48:25 UTC (rev 149578)
@@ -1,2 +1,3 @@
 
 // FIXME: Fill up with useful code for https://webkit.org/b/115548.
+undefined;
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to