Fix Bug 27127 - UIEventInit should use Window, not WindowProxy
authorGary Kacmarcik <garykac@google.com>
Sun, 25 Jan 2015 20:13:36 -0800
changeset 682 1892a1d89cb2
parent 681 b313f98c45dd
child 683 65af363cc24b
Fix Bug 27127 - UIEventInit should use Window, not WindowProxy
html/DOM3-Events.html
--- 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