Title: [110554] trunk/Source/WebCore
Revision
110554
Author
[email protected]
Date
2012-03-13 05:25:02 -0700 (Tue, 13 Mar 2012)

Log Message

Unreviewed inspector compilation module name fix after r110550.

* inspector/compile-front-end.py:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (110553 => 110554)


--- trunk/Source/WebCore/ChangeLog	2012-03-13 12:24:56 UTC (rev 110553)
+++ trunk/Source/WebCore/ChangeLog	2012-03-13 12:25:02 UTC (rev 110554)
@@ -1,3 +1,9 @@
+2012-03-13  Vsevolod Vlasov  <[email protected]>
+
+        Unreviewed inspector compilation module name fix after r110550.
+
+        * inspector/compile-front-end.py:
+
 2012-03-12  Vsevolod Vlasov  <[email protected]>
 
         Web Inspector: Changes to the list of scripts for front-end compilation should not require update of number of scripts in module.

Modified: trunk/Source/WebCore/inspector/compile-front-end.py (110553 => 110554)


--- trunk/Source/WebCore/inspector/compile-front-end.py	2012-03-13 12:24:56 UTC (rev 110553)
+++ trunk/Source/WebCore/inspector/compile-front-end.py	2012-03-13 12:25:02 UTC (rev 110554)
@@ -198,7 +198,7 @@
         ]
     },
     {
-        "target_name": "sources",
+        "target_name": "scripts",
         "dependencies": ["components"],
         "sources": [
             "CallStackSidebarPane.js",
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to