Title: [144895] trunk/Source/WebCore
Revision
144895
Author
loi...@chromium.org
Date
2013-03-06 00:59:40 -0800 (Wed, 06 Mar 2013)

Log Message

Web Inspector: Could not open Profiles panel.
https://bugs.webkit.org/show_bug.cgi?id=111535

Reviewed by Alexander Pavlov.

* inspector/front-end/CPUProfileView.js:
* inspector/front-end/ProfilesPanel.js:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (144894 => 144895)


--- trunk/Source/WebCore/ChangeLog	2013-03-06 08:29:42 UTC (rev 144894)
+++ trunk/Source/WebCore/ChangeLog	2013-03-06 08:59:40 UTC (rev 144895)
@@ -1,3 +1,13 @@
+2013-03-06  Ilya Tikhonovsky  <loi...@chromium.org>
+
+        Web Inspector: Could not open Profiles panel.
+        https://bugs.webkit.org/show_bug.cgi?id=111535
+
+        Reviewed by Alexander Pavlov.
+
+        * inspector/front-end/CPUProfileView.js:
+        * inspector/front-end/ProfilesPanel.js:
+
 2013-03-06  Tony Chang  <t...@chromium.org>
 
         Crash during middle mouse click when page is removed

Modified: trunk/Source/WebCore/inspector/front-end/CPUProfileView.js (144894 => 144895)


--- trunk/Source/WebCore/inspector/front-end/CPUProfileView.js	2013-03-06 08:29:42 UTC (rev 144894)
+++ trunk/Source/WebCore/inspector/front-end/CPUProfileView.js	2013-03-06 08:59:40 UTC (rev 144895)
@@ -774,5 +774,3 @@
 
     __proto__: WebInspector.ProfileHeader.prototype
 }
-
-importScript("FlameChart.js");

Modified: trunk/Source/WebCore/inspector/front-end/ProfilesPanel.js (144894 => 144895)


--- trunk/Source/WebCore/inspector/front-end/ProfilesPanel.js	2013-03-06 08:29:42 UTC (rev 144894)
+++ trunk/Source/WebCore/inspector/front-end/ProfilesPanel.js	2013-03-06 08:59:40 UTC (rev 144895)
@@ -1453,6 +1453,7 @@
 importScript("BottomUpProfileDataGridTree.js");
 importScript("CPUProfileView.js");
 importScript("CSSSelectorProfileView.js");
+importScript("FlameChart.js");
 importScript("HeapSnapshot.js");
 importScript("HeapSnapshotDataGrids.js");
 importScript("HeapSnapshotGridNodes.js");
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to