<!--
{
  "availability" : [
    "macOS: 10.3.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebHistoryItemChangedNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:@WebHistoryItemChangedNotification"
  },
  "title" : "WebHistoryItemChangedNotification"
}
-->

# WebHistoryItemChangedNotification

Posted by a WebHistoryItem object when the value of the history item’s title, alternate title, URL strings, or last visited interval changes.

```
extern NSString * WebHistoryItemChangedNotification;
```

## Discussion

This notification does not contain a `userInfo` dictionary.

## See Also

[`alternateTitle`](/documentation/WebKit/WebHistoryItem/alternateTitle)

An alternate title that may be used in place of the receiver’s page title.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)