Changeset 80810 in webkit


Ignore:
Timestamp:
Mar 10, 2011 8:44:43 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-03-10 Takayoshi Kochi <kochi@chromium.org>

Reviewed by Tony Chang.

Remove default parameter declaration for familiForChars(), which is no longer necessary.

  • public/gtk/WebFontInfo.h:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

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

    r80785 r80810  
     12011-03-10  Takayoshi Kochi  <kochi@chromium.org>
     2
     3        Reviewed by Tony Chang.
     4
     5        Remove default parameter declaration for familiForChars(), which is no longer necessary.
     6
     7        * public/gtk/WebFontInfo.h:
     8
    192011-03-10  Nat Duca  <nduca@chromium.org>
    210
  • trunk/Source/WebKit/chromium/public/gtk/WebFontInfo.h

    r80489 r80810  
    5151    // Returns: the font family or an empty string if the request could not be
    5252    // satisfied.
    53     WEBKIT_API static WebCString familyForChars(const WebUChar* characters, size_t numCharacters, const char* preferredLocale = 0);
     53    WEBKIT_API static WebCString familyForChars(const WebUChar* characters, size_t numCharacters, const char* preferredLocale);
    5454
    5555    // Fill out the given WebFontRenderStyle with the user's preferences for
Note: See TracChangeset for help on using the changeset viewer.