Title: [142743] trunk/Source/WebCore
- Revision
- 142743
- Author
- [email protected]
- Date
- 2013-02-13 06:19:16 -0800 (Wed, 13 Feb 2013)
Log Message
Web Inspector: fix js compilation warnings in TextPrompt
https://bugs.webkit.org/show_bug.cgi?id=109685
Patch by Andrey Lushnikov <[email protected]> on 2013-02-13
Reviewed by Alexander Pavlov.
Mark last argument of _applySuggestion function as optional.
No new tests: no change in behaviour.
* inspector/front-end/TextPrompt.js:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (142742 => 142743)
--- trunk/Source/WebCore/ChangeLog 2013-02-13 14:09:09 UTC (rev 142742)
+++ trunk/Source/WebCore/ChangeLog 2013-02-13 14:19:16 UTC (rev 142743)
@@ -1,3 +1,16 @@
+2013-02-13 Andrey Lushnikov <[email protected]>
+
+ Web Inspector: fix js compilation warnings in TextPrompt
+ https://bugs.webkit.org/show_bug.cgi?id=109685
+
+ Reviewed by Alexander Pavlov.
+
+ Mark last argument of _applySuggestion function as optional.
+
+ No new tests: no change in behaviour.
+
+ * inspector/front-end/TextPrompt.js:
+
2013-02-13 Pablo Flouret <[email protected]>
Implement css-conditional's CSS.supports()
Modified: trunk/Source/WebCore/inspector/front-end/TextPrompt.js (142742 => 142743)
--- trunk/Source/WebCore/inspector/front-end/TextPrompt.js 2013-02-13 14:09:09 UTC (rev 142742)
+++ trunk/Source/WebCore/inspector/front-end/TextPrompt.js 2013-02-13 14:19:16 UTC (rev 142743)
@@ -555,7 +555,7 @@
/**
* @param {string} completionText
* @param {boolean=} isIntermediateSuggestion
- * @param {Range} originalPrefixRange
+ * @param {Range=} originalPrefixRange
*/
_applySuggestion: function(completionText, isIntermediateSuggestion, originalPrefixRange)
{
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes