Title: [174541] trunk/Source/WebCore
- Revision
- 174541
- Author
- [email protected]
- Date
- 2014-10-09 16:50:21 -0700 (Thu, 09 Oct 2014)
Log Message
Build fix for Win EWS bots.
* testing/Internals.idl: Move enum declaration to the top of the file.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (174540 => 174541)
--- trunk/Source/WebCore/ChangeLog 2014-10-09 23:48:09 UTC (rev 174540)
+++ trunk/Source/WebCore/ChangeLog 2014-10-09 23:50:21 UTC (rev 174541)
@@ -1,3 +1,9 @@
+2014-10-09 Roger Fong <[email protected]>
+
+ Build fix for Win EWS bots.
+
+ * testing/Internals.idl: Move enum declaration to the top of the file.
+
2014-10-09 Said Abou-Hallawa <[email protected]>
RenderMathMLUnderOver adds spacing to the child operator indefinitely when resizing the window.
Modified: trunk/Source/WebCore/testing/Internals.idl (174540 => 174541)
--- trunk/Source/WebCore/testing/Internals.idl 2014-10-09 23:48:09 UTC (rev 174540)
+++ trunk/Source/WebCore/testing/Internals.idl 2014-10-09 23:50:21 UTC (rev 174541)
@@ -24,6 +24,11 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+enum PageOverlayType {
+"view",
+"document"
+};
+
[
NoInterfaceObject,
] interface Internals {
@@ -296,8 +301,3 @@
[RaisesException] void installMockPageOverlay(PageOverlayType type);
[RaisesException] DOMString pageOverlayLayerTreeAsText();
};
-
-enum PageOverlayType {
- "view",
- "document"
-};
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes