Title: [105430] trunk/Source/WebCore
Revision
105430
Author
[email protected]
Date
2012-01-19 11:15:58 -0800 (Thu, 19 Jan 2012)

Log Message

Unreviewed, inspector closure compilation fix.

* inspector/front-end/ScriptsPanel.js:
* inspector/front-end/TabbedEditorContainer.js:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (105429 => 105430)


--- trunk/Source/WebCore/ChangeLog	2012-01-19 19:13:47 UTC (rev 105429)
+++ trunk/Source/WebCore/ChangeLog	2012-01-19 19:15:58 UTC (rev 105430)
@@ -1,3 +1,10 @@
+2012-01-19  Vsevolod Vlasov  <[email protected]>
+
+        Unreviewed, inspector closure compilation fix.
+
+        * inspector/front-end/ScriptsPanel.js:
+        * inspector/front-end/TabbedEditorContainer.js:
+
 2012-01-19  David Hyatt  <[email protected]>
 
         https://bugs.webkit.org/show_bug.cgi?id=76644

Modified: trunk/Source/WebCore/inspector/front-end/ScriptsPanel.js (105429 => 105430)


--- trunk/Source/WebCore/inspector/front-end/ScriptsPanel.js	2012-01-19 19:13:47 UTC (rev 105429)
+++ trunk/Source/WebCore/inspector/front-end/ScriptsPanel.js	2012-01-19 19:15:58 UTC (rev 105430)
@@ -1088,7 +1088,7 @@
 WebInspector.ScriptsPanel.EditorContainer = function() { }
 
 WebInspector.ScriptsPanel.EditorContainer.Events = {
-    FileSelected: "FileSelected"
+    EditorSelected: "EditorSelected"
 }
 
 WebInspector.ScriptsPanel.EditorContainer.prototype = {

Modified: trunk/Source/WebCore/inspector/front-end/TabbedEditorContainer.js (105429 => 105430)


--- trunk/Source/WebCore/inspector/front-end/TabbedEditorContainer.js	2012-01-19 19:13:47 UTC (rev 105429)
+++ trunk/Source/WebCore/inspector/front-end/TabbedEditorContainer.js	2012-01-19 19:15:58 UTC (rev 105430)
@@ -28,6 +28,7 @@
 
 /**
  * @implements {WebInspector.ScriptsPanel.EditorContainer}
+ * @extends {WebInspector.Object}
  * @constructor
  */
 WebInspector.TabbedEditorContainer = function()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to