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

Changeset 267690 in webkit


Ignore:
Timestamp:
Sep 27, 2020, 6:52:17 PM (6 years ago)
Author:
weinig@apple.com
Message:

Fix some typos found by Simon post-review for https://bugs.webkit.org/show_bug.cgi?id=217042

  • WebView/WebPreferences.mm:

(+[WebPreferences initialize]):

  • WebView/WebView.mm:

(-[WebView _preferencesChanged:]):
"rmeove" -> "remove".

Location:
trunk/Source/WebKitLegacy/mac
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKitLegacy/mac/ChangeLog

    r267689 r267690  
     12020-09-27  Sam Weinig  <weinig@apple.com>
     2
     3        Fix some typos found by Simon post-review for https://bugs.webkit.org/show_bug.cgi?id=217042
     4
     5        * WebView/WebPreferences.mm:
     6        (+[WebPreferences initialize]):
     7        * WebView/WebView.mm:
     8        (-[WebView _preferencesChanged:]):
     9        "rmeove" -> "remove".
     10
    1112020-09-27  Sam Weinig  <weinig@apple.com>
    212
  • trunk/Source/WebKitLegacy/mac/WebView/WebPreferences.mm

    r267689 r267690  
    396396        [NSNumber numberWithLongLong:ApplicationCacheStorage::noQuota()], WebKitApplicationCacheTotalQuota,
    397397
    398         // FIXME: Are these relevent to WebKitLegacy? If not, we should rmeove them.
     398        // FIXME: Are these relevent to WebKitLegacy? If not, we should remove them.
    399399        @NO, WebKitResourceLoadStatisticsEnabledPreferenceKey,
    400400        @NO, WebKitDebugInAppBrowserPrivacyEnabledPreferenceKey,
  • trunk/Source/WebKitLegacy/mac/WebView/WebView.mm

    r267689 r267690  
    31113111#endif
    31123112
    3113     // FIXME: Is this relevent to WebKitLegacy? If not, we should rmeove it.
     3113    // FIXME: Is this relevent to WebKitLegacy? If not, we should remove it.
    31143114    WebCore::DeprecatedGlobalSettings::setResourceLoadStatisticsEnabled([preferences resourceLoadStatisticsEnabled]);
    31153115
Note: See TracChangeset for help on using the changeset viewer.