mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Issue #325 Part 7: Remove non-Intl legacy code paths from IndexedDB.
This commit is contained in:
parent
3f6fb7bb4a
commit
d4d0fbf3d5
9 changed files with 1 additions and 58 deletions
|
|
@ -205,11 +205,9 @@ private:
|
|||
|
||||
~IDBCursor();
|
||||
|
||||
#ifdef ENABLE_INTL_API
|
||||
// Checks if this is a locale aware cursor (ie. the index's sortKey is unset)
|
||||
bool
|
||||
IsLocaleAware() const;
|
||||
#endif
|
||||
|
||||
void
|
||||
DropJSObjects();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue