--- a/html/DOM3-Events.html Tue Oct 07 06:53:14 2014 -0700
+++ b/html/DOM3-Events.html Sun Jan 25 20:13:36 2015 -0800
@@ -1199,7 +1199,7 @@
</p>
<dl class="idl" title="[Constructor(DOMString type, optional UIEventInit eventInitDict)] interface UIEvent : Event">
- <dt>readonly attribute WindowProxy? view</dt>
+ <dt>readonly attribute Window? view</dt>
<dd>
<p>The <code>view</code> attribute identifies the <code>Window</code> from which the event was generated.</p>
@@ -1215,7 +1215,7 @@
</dl>
<dl class="idl" title="dictionary UIEventInit : EventInit">
- <dt>WindowProxy? view = null</dt>
+ <dt>Window? view = null</dt>
<dd>
<p>Should be initialized to the Window object of the global environment
in which this event will be dispatched. If this event will be dispatched