https://bugs.webkit.org/show_bug.cgi?id=109685
Patch by Andrey Lushnikov <lushnikov@chromium.org> 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:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@142743
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-02-13 Andrey Lushnikov <lushnikov@chromium.org>
+
+ 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 <pablof@motorola.com>
Implement css-conditional's CSS.supports()
/**
* @param {string} completionText
* @param {boolean=} isIntermediateSuggestion
- * @param {Range} originalPrefixRange
+ * @param {Range=} originalPrefixRange
*/
_applySuggestion: function(completionText, isIntermediateSuggestion, originalPrefixRange)
{