Title: [204688] trunk/Source/WebCore
Revision
204688
Author
wei...@apple.com
Date
2016-08-20 20:06:02 -0700 (Sat, 20 Aug 2016)

Log Message

Fix the build.

* dom/UIEvent.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (204687 => 204688)


--- trunk/Source/WebCore/ChangeLog	2016-08-21 02:21:54 UTC (rev 204687)
+++ trunk/Source/WebCore/ChangeLog	2016-08-21 03:06:02 UTC (rev 204688)
@@ -1,3 +1,9 @@
+2016-08-20  Sam Weinig  <s...@webkit.org>
+
+        Fix the build.
+
+        * dom/UIEvent.h:
+
 2016-08-20  Darin Adler  <da...@apple.com>
 
         Removed Objective-C specific attributes from IDL, made conditionals more consistent

Modified: trunk/Source/WebCore/dom/UIEvent.h (204687 => 204688)


--- trunk/Source/WebCore/dom/UIEvent.h	2016-08-21 02:21:54 UTC (rev 204687)
+++ trunk/Source/WebCore/dom/UIEvent.h	2016-08-21 03:06:02 UTC (rev 204688)
@@ -29,6 +29,9 @@
 
 namespace WebCore {
 
+// FIXME: Remove this when no one is depending on it anymore.
+typedef DOMWindow AbstractView;
+
 struct UIEventInit : public EventInit {
     RefPtr<DOMWindow> view;
     int detail { 0 };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to