Title: [175293] branches/safari-600.3-branch/Source/WebCore
Revision
175293
Author
dburk...@apple.com
Date
2014-10-28 17:53:53 -0700 (Tue, 28 Oct 2014)

Log Message

Merge r174541. <rdar://problem/18753175>

Modified Paths

Diff

Modified: branches/safari-600.3-branch/Source/WebCore/ChangeLog (175292 => 175293)


--- branches/safari-600.3-branch/Source/WebCore/ChangeLog	2014-10-29 00:32:16 UTC (rev 175292)
+++ branches/safari-600.3-branch/Source/WebCore/ChangeLog	2014-10-29 00:53:53 UTC (rev 175293)
@@ -1,5 +1,15 @@
 2014-10-28  Dana Burkart  <dburk...@apple.com>
 
+        Merge r174541. <rdar://problem/18753175>
+
+    2014-10-09  Roger Fong  <roger_f...@apple.com>
+    
+            Build fix for Win EWS bots.
+    
+            * testing/Internals.idl: Move enum declaration to the top of the file.
+    
+2014-10-28  Dana Burkart  <dburk...@apple.com>
+
         Merge r174516. <rdar://problem/18640864>
 
     2014-10-09  Chris Dumez  <cdu...@apple.com>

Modified: branches/safari-600.3-branch/Source/WebCore/testing/Internals.idl (175292 => 175293)


--- branches/safari-600.3-branch/Source/WebCore/testing/Internals.idl	2014-10-29 00:32:16 UTC (rev 175292)
+++ branches/safari-600.3-branch/Source/WebCore/testing/Internals.idl	2014-10-29 00:53:53 UTC (rev 175293)
@@ -24,6 +24,11 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+enum PageOverlayType {
+"view",
+"document"
+};
+
 [
     NoInterfaceObject,
 ] interface Internals {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to