Title: [126480] trunk/Source/WebKit/chromium
Revision
126480
Author
[email protected]
Date
2012-08-23 13:56:54 -0700 (Thu, 23 Aug 2012)

Log Message

Not reviewed - fixing input list for timeline inspector module.
https://bugs.webkit.org/show_bug.cgi?id=94829

* WebKit.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (126479 => 126480)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-08-23 20:50:31 UTC (rev 126479)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-08-23 20:56:54 UTC (rev 126480)
@@ -1,3 +1,10 @@
+2012-08-23  Pavel Feldman  <[email protected]>
+
+        Not reviewed - fixing input list for timeline inspector module.
+        https://bugs.webkit.org/show_bug.cgi?id=94829
+
+        * WebKit.gyp:
+
 2012-08-23  Alexandre Elias  <[email protected]>
 
         [chromium] Rename LayerRendererChromium to GL-specific name

Modified: trunk/Source/WebKit/chromium/WebKit.gyp (126479 => 126480)


--- trunk/Source/WebKit/chromium/WebKit.gyp	2012-08-23 20:50:31 UTC (rev 126479)
+++ trunk/Source/WebKit/chromium/WebKit.gyp	2012-08-23 20:56:54 UTC (rev 126480)
@@ -1177,7 +1177,7 @@
                         'input_file': '../../WebCore/inspector/front-end/TimelinePanel.js',
                         'inputs': [
                             '<@(_script_name)',
-                            '<@(webinspector_resources_js_files)',
+                            '<@(webinspector_timeline_js_files)',
                         ],
                         'search_path': '../../WebCore/inspector/front-end',
                         'outputs': ['<(PRODUCT_DIR)/resources/inspector/TimelinePanel.js'],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to