Changeset 142743 in webkit


Ignore:
Timestamp:
Feb 13, 2013 6:19:16 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: fix js compilation warnings in TextPrompt
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:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r142739 r142743  
     12013-02-13  Andrey Lushnikov  <lushnikov@chromium.org>
     2
     3        Web Inspector: fix js compilation warnings in TextPrompt
     4        https://bugs.webkit.org/show_bug.cgi?id=109685
     5
     6        Reviewed by Alexander Pavlov.
     7
     8        Mark last argument of _applySuggestion function as optional.
     9
     10        No new tests: no change in behaviour.
     11
     12        * inspector/front-end/TextPrompt.js:
     13
    1142013-02-13  Pablo Flouret  <pablof@motorola.com>
    215
  • trunk/Source/WebCore/inspector/front-end/TextPrompt.js

    r142728 r142743  
    556556     * @param {string} completionText
    557557     * @param {boolean=} isIntermediateSuggestion
    558      * @param {Range} originalPrefixRange
     558     * @param {Range=} originalPrefixRange
    559559     */
    560560    _applySuggestion: function(completionText, isIntermediateSuggestion, originalPrefixRange)
Note: See TracChangeset for help on using the changeset viewer.