Title: [125894] trunk/Source/WebCore
Revision
125894
Author
hausm...@webkit.org
Date
2012-08-17 07:11:02 -0700 (Fri, 17 Aug 2012)

Log Message

Unreviewed trivial build fix: Correct file name in bindings/js/DOMTransaction.h used in HEADERS

* Target.pri:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (125893 => 125894)


--- trunk/Source/WebCore/ChangeLog	2012-08-17 14:04:09 UTC (rev 125893)
+++ trunk/Source/WebCore/ChangeLog	2012-08-17 14:11:02 UTC (rev 125894)
@@ -1,3 +1,9 @@
+2012-08-17  Simon Hausmann  <simon.hausm...@nokia.com>
+
+        Unreviewed trivial build fix: Correct file name in bindings/js/DOMTransaction.h used in HEADERS
+
+        * Target.pri:
+
 2012-08-17  Ian Vollick  <voll...@chromium.org>
 
         [chromium] Add tracing for active composited animations

Modified: trunk/Source/WebCore/Target.pri (125893 => 125894)


--- trunk/Source/WebCore/Target.pri	2012-08-17 14:04:09 UTC (rev 125893)
+++ trunk/Source/WebCore/Target.pri	2012-08-17 14:11:02 UTC (rev 125894)
@@ -1292,7 +1292,7 @@
     bindings/js/JSDOMBinding.h \
     bindings/js/JSDOMGlobalObject.h \
     bindings/js/JSDOMStringMapCustom.h \
-    bindings/js/JSDOMTransaction.h \
+    bindings/js/DOMTransaction.h \
     bindings/js/JSDOMWindowBase.h \
     bindings/js/JSDOMWindowCustom.h \
     bindings/js/JSDOMWindowShell.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to