⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 136118 in webkit


Ignore:
Timestamp:
Nov 29, 2012, 3:05:32 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

Fix typo in description of openDateTimeChooser documentation
​https://bugs.webkit.org/show_bug.cgi?id=103622

Patch by Miguel Garcia <​miguelg@chromium.org> on 2012-11-29
Reviewed by Kent Tamura.

  • public/WebViewClient.h:

(WebViewClient):

Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r136063 r136118  
     12012-11-29  Miguel Garcia  <miguelg@chromium.org>
     2
     3        Fix typo in description of openDateTimeChooser documentation
     4        https://bugs.webkit.org/show_bug.cgi?id=103622
     5
     6        Reviewed by Kent Tamura.
     7
     8
     9        * public/WebViewClient.h:
     10        (WebViewClient):
     11
    1122012-11-28  Robert Kroeger  <rjkroege@chromium.org>
    213
  • trunk/Source/WebKit/chromium/public/WebViewClient.h

    r134560 r136118  
    226226
    227227    // Ask users to choose date/time for the specified parameters. When a user
    228     // chooses a value, an implemenattion of this function should call
     228    // chooses a value, an implementation of this function should call
    229229    // WebDateTimeChooserCompletion::didChooseValue or didCancelChooser. If the
    230230    // implementation opened date/time chooser UI successfully, it should return
Note: See TracChangeset for help on using the changeset viewer.