Title: [116194] trunk/Source/WebCore
Revision
116194
Author
[email protected]
Date
2012-05-04 17:10:37 -0700 (Fri, 04 May 2012)

Log Message

Unreviewed; build fix after r116191.

* bindings/js/JSEventListener.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (116193 => 116194)


--- trunk/Source/WebCore/ChangeLog	2012-05-05 00:04:28 UTC (rev 116193)
+++ trunk/Source/WebCore/ChangeLog	2012-05-05 00:10:37 UTC (rev 116194)
@@ -1,3 +1,9 @@
+2012-05-04  Jeffrey Pfau  <[email protected]>
+
+        Unreviewed; build fix after r116191.
+
+        * bindings/js/JSEventListener.h:
+
 2012-05-04  Enrica Casucci  <[email protected]>
 
         REGRESSION: Cursor jumps to the first line after deleting the last word.

Modified: trunk/Source/WebCore/bindings/js/JSEventListener.h (116193 => 116194)


--- trunk/Source/WebCore/bindings/js/JSEventListener.h	2012-05-05 00:04:28 UTC (rev 116193)
+++ trunk/Source/WebCore/bindings/js/JSEventListener.h	2012-05-05 00:10:37 UTC (rev 116194)
@@ -22,6 +22,7 @@
 
 #include "EventListener.h"
 #include "JSDOMWindow.h"
+#include <heap/StrongInlines.h>
 #include <heap/Weak.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to