Title: [138992] trunk/Source/WebCore
- Revision
- 138992
- Author
- ander...@apple.com
- Date
- 2013-01-07 14:24:54 -0800 (Mon, 07 Jan 2013)
Log Message
DOMEvents.h should include DOMProgressEvent.h
https://bugs.webkit.org/show_bug.cgi?id=106250
Reviewed by Sam Weinig.
DOMProgressEvent.h is already installed as a public header, so it should also be included by DOMEvents.h.
* bindings/objc/DOMEvents.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (138991 => 138992)
--- trunk/Source/WebCore/ChangeLog 2013-01-07 22:12:47 UTC (rev 138991)
+++ trunk/Source/WebCore/ChangeLog 2013-01-07 22:24:54 UTC (rev 138992)
@@ -1,3 +1,14 @@
+2013-01-07 Anders Carlsson <ander...@apple.com>
+
+ DOMEvents.h should include DOMProgressEvent.h
+ https://bugs.webkit.org/show_bug.cgi?id=106250
+
+ Reviewed by Sam Weinig.
+
+ DOMProgressEvent.h is already installed as a public header, so it should also be included by DOMEvents.h.
+
+ * bindings/objc/DOMEvents.h:
+
2013-01-07 Xianzhu Wang <wangxian...@chromium.org>
Add window.internals.nonFastScrollableRects for testing scrollable areas in fast/slow paths
Modified: trunk/Source/WebCore/bindings/objc/DOMEvents.h (138991 => 138992)
--- trunk/Source/WebCore/bindings/objc/DOMEvents.h 2013-01-07 22:12:47 UTC (rev 138991)
+++ trunk/Source/WebCore/bindings/objc/DOMEvents.h 2013-01-07 22:24:54 UTC (rev 138992)
@@ -37,5 +37,6 @@
#import <WebCore/DOMMouseEvent.h>
#import <WebCore/DOMMutationEvent.h>
#import <WebCore/DOMOverflowEvent.h>
+#import <WebCore/DOMProgressEvent.h>
#import <WebCore/DOMUIEvent.h>
#import <WebCore/DOMWheelEvent.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes