Title: [144176] trunk/Source/WebCore
Revision
144176
Author
[email protected]
Date
2013-02-27 06:46:57 -0800 (Wed, 27 Feb 2013)

Log Message

Bindings test results update after r144126
https://bugs.webkit.org/show_bug.cgi?id=108196

Unreviewed test update.

* bindings/scripts/test/JS/JSTestObj.cpp: Add include of CallbackFunction.h

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (144175 => 144176)


--- trunk/Source/WebCore/ChangeLog	2013-02-27 13:49:31 UTC (rev 144175)
+++ trunk/Source/WebCore/ChangeLog	2013-02-27 14:46:57 UTC (rev 144176)
@@ -1,3 +1,12 @@
+2013-02-27  Stephen Chenney  <[email protected]>
+
+        Bindings test results update after r144126
+        https://bugs.webkit.org/show_bug.cgi?id=108196
+
+        Unreviewed test update.
+
+        * bindings/scripts/test/JS/JSTestObj.cpp: Add include of CallbackFunction.h
+
 2013-02-27  Vsevolod Vlasov  <[email protected]>
 
         Unreviewed inspector front-end closure compilaiton fix.

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp (144175 => 144176)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2013-02-27 13:49:31 UTC (rev 144175)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2013-02-27 14:46:57 UTC (rev 144176)
@@ -21,6 +21,7 @@
 #include "config.h"
 #include "JSTestObj.h"
 
+#include "CallbackFunction.h"
 #include "DOMStringList.h"
 #include "Dictionary.h"
 #include "Document.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to