Title: [144632] trunk/Source/WebCore
Revision
144632
Author
[email protected]
Date
2013-03-04 08:36:58 -0800 (Mon, 04 Mar 2013)

Log Message

Web Inspector: WebInspector.AceTextEditor throws a warning
https://bugs.webkit.org/show_bug.cgi?id=111315

Patch by Andrey Lushnikov <[email protected]> on 2013-03-04
Reviewed by Pavel Feldman.

Add WebInspector.AceTextEditor to externs.js to suppress closure
compilation warning.

No new tests: no change in behaviour.

* inspector/front-end/externs.js:
(WebInspector.AceTextEditor):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (144631 => 144632)


--- trunk/Source/WebCore/ChangeLog	2013-03-04 16:22:50 UTC (rev 144631)
+++ trunk/Source/WebCore/ChangeLog	2013-03-04 16:36:58 UTC (rev 144632)
@@ -1,3 +1,18 @@
+2013-03-04  Andrey Lushnikov  <[email protected]>
+
+        Web Inspector: WebInspector.AceTextEditor throws a warning
+        https://bugs.webkit.org/show_bug.cgi?id=111315
+
+        Reviewed by Pavel Feldman.
+
+        Add WebInspector.AceTextEditor to externs.js to suppress closure
+        compilation warning.
+
+        No new tests: no change in behaviour.
+
+        * inspector/front-end/externs.js:
+        (WebInspector.AceTextEditor):
+
 2013-03-04  Antoine Quint  <[email protected]>
 
         Fix debug build under certain configurations, cause was

Modified: trunk/Source/WebCore/inspector/front-end/externs.js (144631 => 144632)


--- trunk/Source/WebCore/inspector/front-end/externs.js	2013-03-04 16:22:50 UTC (rev 144631)
+++ trunk/Source/WebCore/inspector/front-end/externs.js	2013-03-04 16:36:58 UTC (rev 144632)
@@ -329,5 +329,8 @@
 /** @constructor */
 WebInspector.CodeMirrorTextEditor = function(url, delegate) { }
 
+/** @constructor */
+WebInspector.AceTextEditor = function(url, delegate) { }
+
 /** @type {boolean} */
 window.dispatchStandaloneTestRunnerMessages;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to